spelling: dotted

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:06:26 -04:00
committed by Jindra Petřík
parent 0963c60695
commit af6eecde70

View File

@@ -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<>();