opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPreReadRequestControl.java
@@ -22,7 +22,7 @@ * * * Copyright 2006-2008 Sun Microsystems, Inc. * Portions Copyright 2013-2014 ForgeRock AS. * Portions Copyright 2013-2015 ForgeRock AS. */ package org.opends.server.controls; @@ -59,7 +59,7 @@ /** * ControlDecoder implementation to decode this control from a ByteString. */ private final static class Decoder implements private static final class Decoder implements ControlDecoder<LDAPPreReadRequestControl> { /**