Skip to content

Commit

Permalink
Merge pull request #3 from ciaoosuuu/branch-A-CodeQuality
Browse files Browse the repository at this point in the history
Improve code quality
  • Loading branch information
ciaoosuuu authored Sep 19, 2022
2 parents f651ac5 + 670d13d commit 1f8b35c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/pony/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ public static String printWelcome() {
return message;
}

public String printLine() {
String message = "==============================================";
return message;
}
public String readCommand() {
return this.sc.nextLine();
}

public String printExit() {
String message = "Bye. Hope to see you again soon!";
return message;
Expand Down

0 comments on commit 1f8b35c

Please sign in to comment.