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:
parent
41b36c4295
commit
d44ef60eb0
@ -45,7 +45,7 @@ public class AtomicMoveNotSupportedException
|
|||||||
* @param target
|
* @param target
|
||||||
* a string identifying the target file or {@code null} if not known
|
* a string identifying the target file or {@code null} if not known
|
||||||
* @param reason
|
* @param reason
|
||||||
* a reason message with additional information
|
* a reason message with additional information or {@code null}
|
||||||
*/
|
*/
|
||||||
public AtomicMoveNotSupportedException(String source,
|
public AtomicMoveNotSupportedException(String source,
|
||||||
String target,
|
String target,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user