File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" +
You can’t perform that action at this time.
0 commit comments