Skip to content

Commit 69202c4

Browse files
committed
update documents
1 parent 6b5a1f0 commit 69202c4

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Java-JsonPojo-Example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Click **Finish** button to finish the importing
1414
Open the **JsonPojoUtils.java**
1515

1616
**Right click -> Run As -> Java Application** or use the shortcut: **Alt+Shift+x, j** to start the main method
17-
Source code are described in ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
17+
Source code are described in ##[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)
1818

1919
# Related articles
20-
## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
20+
##[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

Java-RESTful-Client-Example/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ The **BookServiceImplRaw.java** includes all raw examples which we create conten
1515
The **BookServiceImplJackson.java** includes all raw examples which we use Jackson to convert objects to XML, JSON before sending RESTful WS
1616

1717
Source code are described in ###[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
18-
1918
# Related articles
2019
###[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java-Examples
22
## Java-JsonPojo-Example
33
This small project contains examples how to convert Java object, Hashmap, List to JSON and vice versa. It also contains examples about how to work with files.
4-
See ## [Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
4+
See ##[Convert Java Objects To JSON And Vice Versa](http://howtoprogram.xyz/2016/07/01/convert-java-objects-json-vice-versa/) for more detail.
55
## Simple Java-RESTful-Client-Example
66
This projects contains some examples about implementing RESTful Web Service Clients using java.net.URL package
7-
## [Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)
7+
##[Simple Java RESTful Web Service Clients](http://howtoprogram.xyz/2016/07/02/java-restful-web-service-clients/)

0 commit comments

Comments
 (0)