opends/src/server/org/opends/server/protocols/asn1/ASN1ByteChannelWriter.java
@@ -289,6 +289,14 @@ } /** * {@inheritDoc} */ public ASN1Writer writeStartSet(byte type) throws IOException { writer.writeStartSet(type); return this; } /** * Flush the entire contents of the NIO ByteBuffer out to the * channel. *