Delete SpecialToday.java

Moving code to  a new module - core-java-exceptions-3
This commit is contained in:
Rutuja Joshi 2020-08-17 16:51:16 +05:30 committed by GitHub
parent 02fb2aee85
commit ccad8d217f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package com.baeldung.exceptions.nosuchmethoderror;
public class SpecialToday {
private static String desert = "Chocolate Cake";
public static String getDesert() {
return desert;
}
}