jdk/test/java/nio/channels/AsynchronousFileChannel/Lock.java
changeset 2594 3755ecdb395d
parent 2057 3acf8e5e2ca0
child 3632 399359a027de
equal deleted inserted replaced
2593:76032557be03 2594:3755ecdb395d
    21  * have any questions.
    21  * have any questions.
    22  */
    22  */
    23 
    23 
    24 
    24 
    25 /* @test
    25 /* @test
    26  * @bug 4607272
    26  * @bug 4607272 6814948
    27  * @summary Unit test for AsynchronousFileChannel#lock method
    27  * @summary Unit test for AsynchronousFileChannel#lock method
    28  */
    28  */
    29 
    29 
    30 import java.net.*;
    30 import java.net.*;
    31 import java.nio.ByteBuffer;
    31 import java.nio.ByteBuffer;