We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a9b94 commit 6ea71ebCopy full SHA for 6ea71eb
1 file changed
mina-core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java
@@ -102,7 +102,8 @@ public abstract class CumulativeProtocolDecoder extends ProtocolDecoderAdapter {
102
/** The buffer used to store the data in the session */
103
private static final AttributeKey BUFFER = new AttributeKey(CumulativeProtocolDecoder.class, "buffer");
104
105
- /** A flag set to true if we handle fragmentation accordingly to the TransportMetadata setting.
+ /**
106
+ * A flag set to true if we handle fragmentation accordingly to the TransportMetadata setting.
107
* It can be set to false if needed (UDP with fragments, for instance). the default value is 'true'
108
*/
109
private boolean transportMetadataFragmentation = true;
0 commit comments