This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Unused import statement #62
Thomas-YIN
started this conversation in
General
Replies: 1 comment
-
#15. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In gameController.java, the import statements also contain List and ArrayList. However, my implementation did not use these imported classes, and thus invoked a "Unused import statement" warning. Is it okay if I remove the unused import statements to avoid warnings?
Beta Was this translation helpful? Give feedback.
All reactions