Polishing

This commit is contained in:
Juergen Hoeller
2023-02-14 11:00:01 +01:00
parent f91b2249b3
commit d7824c7831
2 changed files with 4 additions and 5 deletions

View File

@@ -519,7 +519,6 @@ public interface DataBuffer {
* A dedicated iterator type that ensures the lifecycle of iterated
* {@link ByteBuffer} elements. This iterator must be used in a
* try-with-resources clause or explicitly {@linkplain #close() closed}.
*
* @see DataBuffer#readableByteBuffers()
* @see DataBuffer#writableByteBuffers()
*/
@@ -527,7 +526,6 @@ public interface DataBuffer {
@Override
void close();
}
}