diff --git a/src/main/java/Functions.java b/src/main/java/Functions.java index 3256d4a..ae13ae0 100644 --- a/src/main/java/Functions.java +++ b/src/main/java/Functions.java @@ -633,7 +633,7 @@ public static String replace(ArrayList listOfLines, String guideName, St listOfLines.set(i, listOfLines.get(i).replaceAll("#", "")); listOfLines.set(i, listOfLines.get(i).replaceAll("`", "**")); - listOfLines.set(i, "\n> From the menu of the IDE, select \n **File** > **Open** > " + guideName + "/start/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); + listOfLines.set(i, "\n> From the menu of the IDE, select \n" + "> **File** > **Open** > " + guideName + "/start/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); listOfLines.set(i, listOfLines.get(i).replaceAll("touch ", "")); codeSnippet(listOfLines, guideName, branch, i + 2, str, hideList); position = "main"; @@ -660,7 +660,7 @@ public static String update(ArrayList listOfLines, String guideName, Str } listOfLines.set(i, listOfLines.get(i).replaceAll("#", "")); listOfLines.set(i, listOfLines.get(i).replaceAll("`", "**")); - listOfLines.set(i, "\n> From the menu of the IDE, select \n **File** > **Open** > " + guideName + "/start/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); + listOfLines.set(i, "\n> From the menu of the IDE, select \n" + "> **File** > **Open** > " + guideName + "/start/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); listOfLines.set(i, listOfLines.get(i).replaceAll("touch ", "")); codeSnippet(listOfLines, guideName, branch, i + 2, str, hideList); position = "main"; @@ -686,7 +686,7 @@ public static String updateFinish(ArrayList listOfLines, String guideNam } listOfLines.set(i, listOfLines.get(i).replaceAll("#", "")); listOfLines.set(i, listOfLines.get(i).replaceAll("`", "**")); - listOfLines.set(i, "\n> From the menu of the IDE, select \n **File** > **Open** > " + guideName + "/finish/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); + listOfLines.set(i, "\n> From the menu of the IDE, select \n" + "> **File** > **Open** > " + guideName + "/finish/" + listOfLines.get(i).replaceAll("\\*\\*", "") + "\n\n\n"); listOfLines.set(i, listOfLines.get(i).replaceAll("touch ", "")); codeSnippet(listOfLines, guideName, branch, i + 2, str, hideList); position = "main"; diff --git a/testing-file.md b/testing-file.md index 485adae..ad70e07 100644 --- a/testing-file.md +++ b/testing-file.md @@ -213,7 +213,7 @@ To add the MicroProfile Health feature to the server, include the **mpHealth** f Replace the server configuration file. > From the menu of the IDE, select -**File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml +> **File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml @@ -514,7 +514,7 @@ Try enabling detailed logging of the MicroProfile Health feature by adding the Replace the server configuration file. > From the menu of the IDE, select -**File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml +> **File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml @@ -691,7 +691,7 @@ mvn liberty:devc -DserverStartTimeout=300 When you see the following message, Open Liberty is ready to run in dev mode: ``` -************************************************************************ +************************************************************** * Liberty is running in dev mode. ``` @@ -731,7 +731,7 @@ Update the **server.xml** file to change the context root from **/** to **/dev** Replace the server configuration file. > From the menu of the IDE, select -**File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml +> **File** > **Open** > guide-getting-started/start/src/main/liberty/config/server.xml @@ -898,4 +898,4 @@ You can also provide feedback or contribute to this guide from GitHub.
## **Log out of the session** -Log out of the cloud-hosted guides by selecting **Account** > **Logout** from the Skills Network menu. +Log out of the cloud-hosted guides by selecting **Account** > **Logout** from the Skills Network menu. \ No newline at end of file