Delete MainMenu.java
Moving code to a new module - core-java-exceptions-3
This commit is contained in:
parent
b6e9fa3848
commit
02fb2aee85
@ -1,11 +0,0 @@
|
||||
package com.baeldung.exceptions.nosuchmethoderror;
|
||||
|
||||
public class MainMenu {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Today's Specials: " + getSpecials());
|
||||
}
|
||||
|
||||
public static String getSpecials() {
|
||||
return SpecialToday.getDesert();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user