Skip to content

Commit 139fb57

Browse files
gregwlorban
andauthored
Update jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/Content.java
Co-authored-by: Ludovic Orban <[email protected]>
1 parent 86c6711 commit 139fb57

File tree

1 file changed

+1
-1
lines changed
  • jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io

1 file changed

+1
-1
lines changed

jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/Content.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ static Chunk from(ByteBuffer byteBuffer, boolean last)
10061006

10071007
/**
10081008
* <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
1009+
* <p>The returned Chunk is not {@link #retain() retained} and {@link #release() releasing it
10101010
* will release the passed buffer}.</p>
10111011
* @param buffer the RetainableByteBuffer to use to back the returned Chunk
10121012
* @param last whether the Chunk is the last one

0 commit comments

Comments
 (0)