8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
Summary: Modify javadoc specification of 'reason' parameter to allow null
Reviewed-by: alanb
--- 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,