tobby48 před 5 roky
rodič
revize
2d0a263cc7

+ 1
- 0
src/main/java/kr/co/swh/lecture/opensource/project/sparkjava/Step2.java Zobrazit soubor

@@ -69,6 +69,7 @@ public class Step2 {
69 69
 					}
70 70
 				}
71 71
 			}
72
+
72 73
 			attributes.put("message", result);
73 74
 			return modelAndView(attributes, "news-cloud.ftl");
74 75
 		}, new FreeMarkerTemplateEngine());