Skip to content

Commit e7a7542

Browse files
committed
Add Javadoc since tag
1 parent a7cf506 commit e7a7542

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/io/channels/FileChannels.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public static boolean contentEquals(final FileChannel channel1, final FileChanne
5959
* @param bufferCapacity The two internal buffer capacities, in bytes.
6060
* @return true if the contents of both RandomAccessFiles are equal, false otherwise.
6161
* @throws IOException if an I/O error occurs or the timeout is met.
62+
* @since 2.19.0
6263
*/
6364
public static boolean contentEquals(final SeekableByteChannel channel1, final SeekableByteChannel channel2, final int bufferCapacity) throws IOException {
6465
// Short-circuit test

0 commit comments

Comments
 (0)