Skip to content

Commit 40b11e6

Browse files
authored
Merge pull request #189 from OpenLiberty/staging
Merge staging to prod - Clarify text (#188)
2 parents 995d904 + 2ee2550 commit 40b11e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ of resources helps with maintainability in the long run.
123123
`src/main/java/io/openliberty/guides/rest/PropertiesResource.java`
124124
----
125125

126-
This resource class has quite a bit of code in it, so let's break it down into manageable chunks.
127-
128126
The [hotspot=path file=0]`@Path` annotation on the class indicates that this resource responds to the `properties` path
129127
in the JAX-RS application. The [hotspot=applicationPath file=1]`@ApplicationPath` annotation in the [hotspot=systemApplication file=1]`SystemApplication` class together with
130128
the [hotspot=path file=0]`@Path` annotation in this class indicates that the resource is available at the `system/properties`

0 commit comments

Comments
 (0)