Delete SpecialToday.java
Moving code to a new module - core-java-exceptions-3
This commit is contained in:
parent
02fb2aee85
commit
ccad8d217f
|
@ -1,8 +0,0 @@
|
|||
package com.baeldung.exceptions.nosuchmethoderror;
|
||||
public class SpecialToday {
|
||||
private static String desert = "Chocolate Cake";
|
||||
|
||||
public static String getDesert() {
|
||||
return desert;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue