Skip to content

Commit 82daf44

Browse files
committed
[ignore] Correct Javadoc
1 parent 6cb7ccc commit 82daf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/main/java/org/apache/ws/commons/util/NamespaceContextImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Stores each Prefix and Namespace only once in {@link #namespacePrefixes}
3030
* and {@link #namespaceUris} respectively.
3131
*
32-
* Each Prefix -> Namespace mapping then has an entry in {@link #scopedPrefixUriMappings}.
32+
* Each Prefix to Namespace mapping then has an entry in {@link #scopedPrefixUriMappings}.
3333
*
3434
* Mappings that are removed are initially marked as deleted, the underlying
3535
* storage will be resized after the number of deletions reaches a threshold.

0 commit comments

Comments
 (0)