File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11---
22layout : page
3- title : " Links "
3+ title : " Useful links "
44category : ref
55date : 2016-01-15 15:24:41
66order : 5
@@ -12,3 +12,4 @@ Useful links about Pippo:
1212- https://dzone.com/articles/pippo-and-angularjs
1313- https://www.reddit.com/r/java/comments/3x1wsm/why_are_java_web_apps_so_much_bloated/cy0xlki
1414- https://www.reddit.com/r/java/comments/3x1wsm/why_are_java_web_apps_so_much_bloated/cy0zbwb
15+ - https://news.ycombinator.com/item?id=11047915
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class BasicApplication extends Application {
5151
5252 // send an object and negotiate the Response content-type, default to XML
5353 GET (" /negotiate" , (routeContext) - > {
54- Contact contact = createContact();
54+ Contact contact = createContact();
5555 routeContext. xml(). negotiateContentType(). send(contact);
5656 });
5757
You can’t perform that action at this time.
0 commit comments