Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8075222

RandomAccessFile.getChannel changed to non-final in error

XMLWordPrintable

    • b44
    • 9
    • b56
    • Not verified

        JDK9b44 introduces following change [1] to java.io.RandomAccessFile class:

        following method:

             public final java.nio.channels.FileChannel getChannel()

        was changed as it follows:

             public java.nio.channels.FileChannel getChannel()

        that is 'final' modifier was removed.

        However this is a small change it's a change to public API, for this reason it should be CCC approved. There is no CCC approving this change now.

        [1] http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/655c81c02331

              bpb Brian Burkhalter
              grakov Georgiy Rakov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: