Skip to content

Commit

Permalink
fix: remove unneeded import in UserInput
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegand committed Dec 21, 2024
1 parent edd682e commit 9b00a01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Java/UserInput.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import java.lang.Character;

public class UserInput {
public static class TextInput {
StringBuilder value = new StringBuilder();
Expand Down

0 comments on commit 9b00a01

Please sign in to comment.