spelling: dotted

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 0963c60695
commit af6eecde70
@@ -122,7 +122,7 @@ public class AVM2ConstantPool implements Cloneable {
}
/**
* Cache of string to dottted chain conversion.
* Cache of string to dotted chain conversion.
*/
@Internal
public Map<String, DottedChain> dottedChainCache = new HashMap<>();