Skip to content

Commit 6ea71eb

Browse files
author
Emmanuel Lécharny
committed
Added some new line to clarify the code
1 parent 04a9b94 commit 6ea71eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mina-core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public abstract class CumulativeProtocolDecoder extends ProtocolDecoderAdapter {
102102
/** The buffer used to store the data in the session */
103103
private static final AttributeKey BUFFER = new AttributeKey(CumulativeProtocolDecoder.class, "buffer");
104104

105-
/** A flag set to true if we handle fragmentation accordingly to the TransportMetadata setting.
105+
/**
106+
* A flag set to true if we handle fragmentation accordingly to the TransportMetadata setting.
106107
* It can be set to false if needed (UDP with fragments, for instance). the default value is 'true'
107108
*/
108109
private boolean transportMetadataFragmentation = true;

0 commit comments

Comments
 (0)