From 9aad2a92744809f1871a65b59ded81ad2d7a6f68 Mon Sep 17 00:00:00 2001 From: sheryllresulta <48046330+sheryllresulta@users.noreply.github.com> Date: Fri, 29 Mar 2019 19:06:03 +0800 Subject: [PATCH 1/3] Update README.md --- core-java-9/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core-java-9/README.md b/core-java-9/README.md index a423f0cb14..e2bea52e2d 100644 --- a/core-java-9/README.md +++ b/core-java-9/README.md @@ -28,5 +28,4 @@ - [Multi-Release Jar Files](https://www.baeldung.com/java-multi-release-jar) - [Ahead of Time Compilation (AoT)](https://www.baeldung.com/ahead-of-time-compilation) - [Java 9 Process API Improvements](https://www.baeldung.com/java-9-process-api) -- [Guide to java.lang.Process API](https://www.baeldung.com/java-process-api) From 78b367345f6a3624b2086ecf1bdcf1416522995d Mon Sep 17 00:00:00 2001 From: sheryllresulta <48046330+sheryllresulta@users.noreply.github.com> Date: Fri, 29 Mar 2019 19:06:35 +0800 Subject: [PATCH 2/3] Update README.md --- core-java-9/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core-java-9/README.md b/core-java-9/README.md index e2bea52e2d..2477a38c00 100644 --- a/core-java-9/README.md +++ b/core-java-9/README.md @@ -27,5 +27,4 @@ - [Immutable Set in Java](https://www.baeldung.com/java-immutable-set) - [Multi-Release Jar Files](https://www.baeldung.com/java-multi-release-jar) - [Ahead of Time Compilation (AoT)](https://www.baeldung.com/ahead-of-time-compilation) -- [Java 9 Process API Improvements](https://www.baeldung.com/java-9-process-api) From d60f90491aa2124db14b062727c144215417fb42 Mon Sep 17 00:00:00 2001 From: sheryllresulta <48046330+sheryllresulta@users.noreply.github.com> Date: Fri, 29 Mar 2019 19:09:13 +0800 Subject: [PATCH 3/3] Update README.md --- json/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/json/README.md b/json/README.md index 3670b4b9ad..7ef4cc9b01 100644 --- a/json/README.md +++ b/json/README.md @@ -12,5 +12,4 @@ - [Introduction to the JSON Binding API (JSR 367) in Java](http://www.baeldung.com/java-json-binding-api) - [Get a Value by Key in a JSONArray](https://www.baeldung.com/java-jsonarray-get-value-by-key) - [Iterating Over an Instance of org.json.JSONObject](https://www.baeldung.com/jsonobject-iteration) -- [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections) - [Escape JSON String in Java](https://www.baeldung.com/java-json-escaping)