We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb7ccc commit 82daf44Copy full SHA for 82daf44
util/src/main/java/org/apache/ws/commons/util/NamespaceContextImpl.java
@@ -29,7 +29,7 @@
29
* Stores each Prefix and Namespace only once in {@link #namespacePrefixes}
30
* and {@link #namespaceUris} respectively.
31
*
32
- * Each Prefix -> Namespace mapping then has an entry in {@link #scopedPrefixUriMappings}.
+ * Each Prefix to Namespace mapping then has an entry in {@link #scopedPrefixUriMappings}.
33
34
* Mappings that are removed are initially marked as deleted, the underlying
35
* storage will be resized after the number of deletions reaches a threshold.
0 commit comments