Skip to content

Commit

Permalink
Update README.adoc (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Mar 7, 2019
1 parent 1f5ae99 commit 8956db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Otherwise, the service returns a [hotspot=24 file=0]`Status.SERVICE_UNAVAILABLE`
Next, the [hotspot file=2]`src/main/java/io/openliberty/guides/inventory/client/SystemClient.java` file
makes a request to the `system` service through the MicroProfile Rest Client API.
If you want to learn more about MicroProfile Rest Client,
you can follow the https://openliberty.io/guides/microprofile-rest-client.html[Consuming RESTful services with template interfaces] guide.
you can follow the https://openliberty.io/guides/microprofile-rest-client.html[Consuming RESTful services with template interfaces^] guide.
The `system` service as described in the [hotspot file=0]`SystemResource.java` file
may return a [hotspot=24 file=0]`Status.SERVICE_UNAVAILABLE` message, which is a 503 status code.
This code indicates that the server being called
Expand Down

0 comments on commit 8956db1

Please sign in to comment.