Skip to content

Commit

Permalink
renamed app.kava into Main.java to maybe please heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
malk committed Aug 19, 2016
1 parent 747860d commit 19ed324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/App.java → src/main/java/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import static spark.Spark.*;

public class App {
public class Main {

private static final String NL = System.lineSeparator();

Expand Down

0 comments on commit 19ed324

Please sign in to comment.