# HG changeset patch # User bpb # Date 1430241135 25200 # Node ID 73715a39a677a4ecb391b52e683e1ab060932d09 # Parent b37962ee211c032ee65d301a6a68db91cfa3cb7d 8024086: (fs) AtomicMoveNotSupportedException allows reason to be null Summary: Modify javadoc specification of 'reason' parameter to allow null Reviewed-by: alanb diff -r b37962ee211c -r 73715a39a677 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,