Removed obsolete code

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-19 10:15:37 +02:00
parent 45af0d8043
commit b170ab7793
1 changed files with 1 additions and 6 deletions

View File

@ -88,14 +88,9 @@ public class Main {
}
/**
* TODO Shows the estate management.
* Shows the estate management menu.
*/
private static void showEstateMenu() {
String username = FormUtil.readString("Username");
String password = FormUtil.readString("Password");
// TODO Check username password combination else back to MainMenu
System.out.println("EstateAgent "+username+" logged in succesfully.");
// menu options
final int NEW_ESTATE = 0;
final int CHANGE_ESTATE = 1;