7162262: (fs) Typo in java.nio.file.Path class description

Reviewed-by: alanb
This commit is contained in:
Paul Sandoz 2012-04-19 14:05:07 +01:00
parent e49c821349
commit 5befb6f577

View File

@ -54,7 +54,7 @@ import java.util.Iterator;
* resolveSibling} methods to combine paths. The {@link #relativize relativize}
* method that can be used to construct a relative path between two paths.
* Paths can be {@link #compareTo compared}, and tested against each other using
* the {@link #startsWith startsWith} and {@link #endsWith endWith} methods.
* the {@link #startsWith startsWith} and {@link #endsWith endsWith} methods.
*
* <p> This interface extends {@link Watchable} interface so that a directory
* located by a path can be {@link #register registered} with a {@link