Skip to content

Commit

Permalink
Small clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Sep 26, 2023
1 parent aebe556 commit 2a9450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bladecoder/ink/runtime/InkList.java
Expand Up @@ -549,7 +549,7 @@ public String toString() {
return sb.toString();
}

public class CustomEntry implements Map.Entry<InkListItem, Integer> {
public static class CustomEntry implements Map.Entry<InkListItem, Integer> {

private InkListItem key;
private Integer value;
Expand Down

0 comments on commit 2a9450c

Please sign in to comment.