Skip to content

Commit 767c403

Browse files
andrewdesgkwan-ibm
authored andcommitted
Fixing code command not switching tabs and removing extra stop-server command (#73)
1 parent 9e68a18 commit 767c403

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: README.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ include::finish/src/main/liberty/config/server.xml[tags=**]
117117

118118
=== Adding a health check to the system service
119119

120-
[role="code_command", subs="quotes"]
120+
[role="code_command hotspot", subs="quotes"]
121121
----
122122
#Create the `SystemHealth` class.#
123123
`src/main/java/io/openliberty/guides/system/SystemHealth.java`
@@ -149,7 +149,7 @@ health checks.
149149

150150
=== Adding a health check to the inventory service
151151

152-
[role="code_command file=0", subs="quotes"]
152+
[role="code_command hotspot file=0", subs="quotes"]
153153
----
154154
#Create the `InventoryHealth` class.#
155155
`src/main/java/io/openliberty/guides/inventory/InventoryHealth.java`
@@ -217,7 +217,7 @@ include::finish/resources/CustomConfigSource.json[tags=**]
217217
You will implement two test methods, `testIfServicesAreUp()` and `testIfInventoryServiceIsDown()`, to
218218
validate the health of the `system` and `inventory` services.
219219

220-
[role="code_command file=0", subs="quotes"]
220+
[role="code_command hotspot file=0", subs="quotes"]
221221
----
222222
#Create the `HealthTest` class.#
223223
`src/test/java/it/io/openliberty/guides/health/HealthTest.java`
@@ -264,8 +264,6 @@ SystemEndpointTest.java
264264
include::finish/src/test/java/it/io/openliberty/guides/system/SystemEndpointTest.java[tags=!copyright]
265265
----
266266

267-
[role='command']
268-
include::{common-includes}/mvncompile.adoc[]
269267

270268
// =================================================================================================
271269
// Running the tests

0 commit comments

Comments
 (0)