indentation changes (#1072)

* rest with spark java

* 4

* Update Application.java

* indentation changes
This commit is contained in:
Abhinab Kanrar 2017-01-30 02:10:44 +05:30 committed by maibin
parent d4c1ce44b6
commit 05fa8fc4dd
2 changed files with 25 additions and 25 deletions

View File

@ -11,3 +11,4 @@ public class Application {
} }
} }

View File

@ -33,7 +33,6 @@ public class IndexController {
LOGGER.info("Client Device Type: " + deviceType + ", Platform: " + platform); LOGGER.info("Client Device Type: " + deviceType + ", Platform: " + platform);
return "index"; return "index";
} }