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

Jean-Noel Rouvignac
20.10.2015 319165b2fe56c67500a0e284880aad11b41463cd
Removed unused import
1 files modified
8 ■■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/ByteStringBuilder.java 8 ●●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/ByteStringBuilder.java
@@ -22,12 +22,10 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2011-2014 ForgeRock AS
 *      Portions copyright 2011-2015 ForgeRock AS
 */
package org.forgerock.opendj.ldap;
import static org.forgerock.util.Reject.*;
import java.io.DataInput;
import java.io.EOFException;
import java.io.IOException;
@@ -46,9 +44,7 @@
 * A mutable sequence of bytes backed by a byte array.
 */
public final class ByteStringBuilder implements ByteSequence {
    /**
     *  Output stream implementation.
     */
    /** Output stream implementation. */
    private final class OutputStreamImpl extends OutputStream {
        @Override
        public void close() {