--- old/src/share/classes/java/nio/file/Path.java 2013-06-10 10:37:42.201879295 +0100 +++ new/src/share/classes/java/nio/file/Path.java 2013-06-10 10:37:41.921879303 +0100 @@ -64,7 +64,7 @@ * those developing custom file system implementations. Methods may be added to * this interface in future releases.

* - *

Accessing Files

+ *

Accessing Files

*

Paths may be used with the {@link Files} class to operate on files, * directories, and other types of files. For example, suppose we want a {@link * java.io.BufferedReader} to read text from a file "{@code access.log}". The @@ -87,7 +87,7 @@ * addition, the {@link #toFile toFile} method is useful to construct a {@code * File} from the {@code String} representation of a {@code Path}. * - *

Concurrency

+ *

Concurrency

*

Implementations of this interface are immutable and safe for use by * multiple concurrent threads. *