Skip to content

Commit 90d3d0d

Browse files
committed
Fix Javadoc
1 parent 4821948 commit 90d3d0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/owasp/esapi/codecs/HashTrie.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ Entry<T> getLongestMatch(CharSequence key, int pos)
252252
/**
253253
* Recursively lookup the longest key match.
254254
* @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.
255+
* @param key The key that is being looked up at this level.
257256
* @return The Entry associated with the longest key
258257
* match or null if none exists.
259258
*/

0 commit comments

Comments
 (0)