8024086: (fs) AtomicMoveNotSupportedException allows reason to be null

Modify javadoc specification of 'reason' parameter to allow null

Reviewed-by: alanb
This commit is contained in:
Brian Burkhalter 2015-04-28 10:12:15 -07:00
parent 41b36c4295
commit d44ef60eb0

View File

@ -45,7 +45,7 @@ public class AtomicMoveNotSupportedException
* @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,