[9] RFR of 8075222: RandomAccessFile.getChannel changed to non-final in error

Alan Bateman Alan.Bateman at oracle.com
Mon Mar 16 20:43:44 UTC 2015



On 16/03/2015 19:59, Brian Burkhalter wrote:
> Please review at your convenience.
>
> Issue:	https://bugs.openjdk.java.net/browse/JDK-8075222
> Diff:
>
> --- a/src/java.base/share/classes/java/io/RandomAccessFile.java
> +++ b/src/java.base/share/classes/java/io/RandomAccessFile.java
> @@ -276,7 +276,7 @@
>        * @since 1.4
>        * @spec JSR-51
>        */
> -    public FileChannel getChannel() {
> +    public final FileChannel getChannel() {
>
Looks fine, sorry we missed this when agreeing that patch.

-Alan



More information about the core-libs-dev mailing list