src/java.base/share/classes/java/nio/channels/FileChannel.java
changeset 59227 46084917fde7
parent 54532 e9c62d960d64
--- a/src/java.base/share/classes/java/nio/channels/FileChannel.java	Fri Nov 22 17:20:43 2019 +0100
+++ b/src/java.base/share/classes/java/nio/channels/FileChannel.java	Fri Nov 22 09:00:16 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -719,7 +719,7 @@
      *          size
      *
      * @throws  IllegalArgumentException
-     *          If the position is negative
+     *          If the position is negative or the buffer is read-only
      *
      * @throws  NonReadableChannelException
      *          If this channel was not opened for reading