--- a/jdk/src/java.base/share/classes/java/nio/file/InvalidPathException.java Wed Mar 15 08:09:43 2017 +0800
+++ b/jdk/src/java.base/share/classes/java/nio/file/InvalidPathException.java Tue Mar 14 19:23:37 2017 -0700
@@ -29,6 +29,8 @@
* Unchecked exception thrown when path string cannot be converted into a
* {@link Path} because the path string contains invalid characters, or
* the path string is invalid for other file system specific reasons.
+ *
+ * @since 1.7
*/
public class InvalidPathException