Skip to content

Commit 6257845

Browse files
committed
Site format tweak
1 parent 5597e21 commit 6257845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/xdoc/userguide.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ final String text = interpolator.replace(
205205
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#environmentVariableStringLookup()">Environment Variable</a>: ${env:USERNAME}\n" +
206206
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#fileStringLookup(java.nio.file.Path...)()">File Content</a>: ${file:UTF-8:src/test/resources/document.properties}\n" +
207207
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#javaPlatformStringLookup()">Java</a>: ${java:version}\n" +
208-
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Local host</a>: ${localhost:canonical-name}\n" +
209-
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Loopback address</a>: ${loopbackAddress:canonical-name}\n" +
208+
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Local host</a>: ${localhost:canonical-name}\n" +
209+
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#localHostStringLookup()">Loopback address</a>: ${loopbackAddress:canonical-name}\n" +
210210
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#propertiesStringLookup(java.nio.file.Path...)()">Properties File</a>: ${properties:src/test/resources/document.properties::mykey}\n" +
211211
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#resourceBundleStringLookup(java.lang.String)()">Resource Bundle</a>: ${resourceBundle:org.apache.commons.text.example.testResourceBundleLookup:mykey}\n" +
212212
"<a href="https://commons.apache.org/proper/commons-text/apidocs/org/apache/commons/text/lookup/StringLookupFactory.html#systemPropertyStringLookup()">System Property</a>: ${sys:user.dir}\n" +

0 commit comments

Comments
 (0)