diff options
author | Stephen Biston <sjb9774@gmail.com> | 2021-04-09 20:14:33 -0500 |
---|---|---|
committer | Stephen Biston <sjb9774@gmail.com> | 2021-04-09 20:14:33 -0500 |
commit | ee653c9549aeb2263ab8e60e1030527184ccafd8 (patch) | |
tree | 8be68470844b3167b5ba4d00eb944d6393e565d5 /src/com/dabomstew/pkrandom/newgui | |
parent | 8c814f10eb83d035a2dc8f3cb4e11ae7a26709f8 (diff) |
Address review comments, add --help
Diffstat (limited to 'src/com/dabomstew/pkrandom/newgui')
-rw-r--r-- | src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.java b/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.java index 1860f43..9096cf6 100644 --- a/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.java +++ b/src/com/dabomstew/pkrandom/newgui/NewRandomizerGUI.java @@ -25,8 +25,8 @@ package com.dabomstew.pkrandom.newgui; /*-- along with this program. If not, see <http://www.gnu.org/licenses/>. --*/ /*----------------------------------------------------------------------------*/ -import cli.CliRandomizer; import com.dabomstew.pkrandom.*; +import com.dabomstew.pkrandom.cli.CliRandomizer; import com.dabomstew.pkrandom.constants.GlobalConstants; import com.dabomstew.pkrandom.exceptions.EncryptedROMException; import com.dabomstew.pkrandom.exceptions.InvalidSupplementFilesException; |