sdk/tests/unit-tests-testng/src/com/sun/opends/sdk/ldap/ASN1BufferWriterTestCase.java
@@ -67,8 +67,7 @@ protected ASN1Reader getReader(final byte[] encodedBytes) throws DecodeException, IOException { final ByteBufferWrapper buffer = new ByteBufferWrapper( ASN1BufferReaderTestCase.memoryManager, ByteBuffer.wrap(encodedBytes)); final ByteBufferWrapper buffer = new ByteBufferWrapper(ByteBuffer.wrap(encodedBytes)); final ASN1BufferReader reader = new ASN1BufferReader(0); reader.appendBytesRead(buffer); return reader;