Skip to content

Commit 87b9da4

Browse files
committed
Javadoc
1 parent c0599f4 commit 87b9da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/text/translate/LookupTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class LookupTranslator extends CharSequenceTranslator {
4343
/**
4444
* Constructs the lookup table to be used in translation.
4545
*
46-
* Note that, as of Lang 3.1 (the origin of this code), the key to the lookup table is converted to a java.lang.String. This is because we need the key to
46+
* Note that, as of Lang 3.1 (the origin of this code), the key to the lookup table is converted to a {@link String}. This is because we need the key to
4747
* support hashCode and equals(Object), allowing it to be the key for a HashMap. See LANG-882.
4848
*
4949
* @param lookupMap Map<CharSequence, CharSequence> table of translator mappings, may not be null.

0 commit comments

Comments
 (0)