Fixed javadoc error.
Change-Id: Ic103dad254d985076df00bdeab4bd436c1bbd7aa
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -42,7 +42,7 @@ public class DocumentPath implements Comparable<DocumentPath> { | ... | @@ -42,7 +42,7 @@ public class DocumentPath implements Comparable<DocumentPath> { |
42 | } | 42 | } |
43 | 43 | ||
44 | /** | 44 | /** |
45 | - * Constructs a {@DocumentPath}. | 45 | + * Constructs a new document path. |
46 | * <p> | 46 | * <p> |
47 | * New paths must contain at least one name and string names may NOT contain any period characters. | 47 | * New paths must contain at least one name and string names may NOT contain any period characters. |
48 | * If one field is {@code null} that field will be ignored. | 48 | * If one field is {@code null} that field will be ignored. | ... | ... |
-
Please register or login to post a comment