Skip to content

Commit 21bb38d

Browse files
committed
Add useful links
1 parent 4393c04 commit 21bb38d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "Links"
3+
title: "Useful links"
44
category: ref
55
date: 2016-01-15 15:24:41
66
order: 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

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)