Thomas Vachuska

Fixed javadoc error.

Change-Id: I591d9de7016c5e26f178614fc96f42150398bb27
...@@ -75,7 +75,7 @@ public interface DocumentTree<V> { ...@@ -75,7 +75,7 @@ public interface DocumentTree<V> {
75 * Removes the node with the specified path. 75 * Removes the node with the specified path.
76 * 76 *
77 * is not a leaf node i.e has one or more children 77 * is not a leaf node i.e has one or more children
78 - * @param path path for the node to remove 78 + * @param key path for the node to remove
79 * @return the previous value of the node or {@code null} if it did not exist 79 * @return the previous value of the node or {@code null} if it did not exist
80 * @throws IllegalDocumentModificationException if the remove to be removed 80 * @throws IllegalDocumentModificationException if the remove to be removed
81 */ 81 */
......