mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPControl.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.protocols.ldap;
@@ -42,7 +42,7 @@
 */
public class LDAPControl extends Control
{
  // The control value.
  /** The control value. */
  private ByteString value;
@@ -114,9 +114,7 @@
    return (value != null);
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void writeValue(ASN1Writer stream) throws IOException
  {
    if (value != null)