8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
authorbpb
Tue, 28 Apr 2015 10:12:15 -0700
changeset 30041 73715a39a677
parent 30040 b37962ee211c
child 30042 4728ebcf8fd0
8024086: (fs) AtomicMoveNotSupportedException allows reason to be null Summary: Modify javadoc specification of 'reason' parameter to allow null Reviewed-by: alanb
jdk/src/java.base/share/classes/java/nio/file/AtomicMoveNotSupportedException.java
--- a/jdk/src/java.base/share/classes/java/nio/file/AtomicMoveNotSupportedException.java	Tue Apr 28 09:28:24 2015 -0400
+++ b/jdk/src/java.base/share/classes/java/nio/file/AtomicMoveNotSupportedException.java	Tue Apr 28 10:12:15 2015 -0700
@@ -45,7 +45,7 @@
      * @param   target
      *          a string identifying the target file or {@code null} if not known
      * @param   reason
-     *          a reason message with additional information
+     *          a reason message with additional information or {@code null}
      */
     public AtomicMoveNotSupportedException(String source,
                                            String target,