Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit a4a21aa

Browse files
authored
Update javatools.java
1 parent c308eec commit a4a21aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javatools.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.Set;
2020
import java.util.*;
2121
import java.util.regex.*;
22-
public abstract class usacotools {
22+
public abstract class javatools {
2323
public static final String ANSI_RESET = "\u001B[0m";
2424
public static final String ANSI_BLACK = "\u001B[30m";
2525
public static final String ANSI_RED = "\u001B[31m";

0 commit comments

Comments
 (0)