jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java
changeset 27574 2e8afdf5c6fb
parent 25868 686eef1e7a79
child 29419 534054ee6062
--- a/jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java	Tue Nov 18 15:25:15 2014 -0800
+++ b/jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java	Wed Dec 03 14:22:17 2014 +0000
@@ -43,7 +43,7 @@
  *      Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}.
  *    </li>
  *    <li>
- *      If the file ${JAVA_HOME}/lib/jaxp.properties exists, it is loaded in a {@link java.util.Properties} <code>Object</code>.
+ *      If the file ${JAVA_HOME}/conf/jaxp.properties exists, it is loaded in a {@link java.util.Properties} <code>Object</code>.
  *      The <code>Properties</code> <code>Object </code> is then queried for the property as documented in the prior step
  *      and processed as documented in the prior step.
  *    </li>