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 4821948 commit 90d3d0dCopy full SHA for 90d3d0d
src/main/java/org/owasp/esapi/codecs/HashTrie.java
@@ -252,8 +252,7 @@ Entry<T> getLongestMatch(CharSequence key, int pos)
252
/**
253
* Recursively lookup the longest key match.
254
* @param keyIn Where to read the key from
255
- * @param pos The position in the key that is being
256
- * looked up at this level.
+ * @param key The key that is being looked up at this level.
257
* @return The Entry associated with the longest key
258
* match or null if none exists.
259
*/
0 commit comments