We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c6711 commit 139fb57Copy full SHA for 139fb57
jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/Content.java
@@ -1006,7 +1006,7 @@ static Chunk from(ByteBuffer byteBuffer, boolean last)
1006
1007
/**
1008
* <p>Creates a Chunk with the given RetainableByteBuffer</p>
1009
- * <p>The returned Chunk must is not {@link #retain() retained} and {@link #release() releasing it
+ * <p>The returned Chunk is not {@link #retain() retained} and {@link #release() releasing it
1010
* will release the passed buffer}.</p>
1011
* @param buffer the RetainableByteBuffer to use to back the returned Chunk
1012
* @param last whether the Chunk is the last one
0 commit comments