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 d99c995e4b
commit 25b2d59aad

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;
}
}