--- old/src/java.base/share/classes/java/nio/Buffer.java 2015-08-18 15:42:21.216799800 +0400 +++ new/src/java.base/share/classes/java/nio/Buffer.java 2015-08-18 15:42:20.996799810 +0400 @@ -215,8 +215,8 @@ * {@code put(src)} when the parameter is the {@code Buffer} on which the * method is being invoked. * - * @returns IllegalArgumentException - * With a message indicating equal source and target buffers + * @return IllegalArgumentException + * With a message indicating equal source and target buffers */ static IllegalArgumentException createSameBufferException() { return new IllegalArgumentException("The source buffer is this buffer");