jdk/src/java.base/share/classes/sun/util/logging/PlatformLogger.java
changeset 27565 729f9700483a
parent 25859 3317bb8137f4
child 29117 7956b5dc0eac
--- a/jdk/src/java.base/share/classes/sun/util/logging/PlatformLogger.java	Tue Nov 18 15:25:16 2014 -0800
+++ b/jdk/src/java.base/share/classes/sun/util/logging/PlatformLogger.java	Wed Dec 03 14:22:58 2014 +0000
@@ -71,10 +71,10 @@
  *   java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
  *
  * Limitation:
- * <JAVA_HOME>/lib/logging.properties is the system-wide logging
+ * <JAVA_HOME>/conf/logging.properties is the system-wide logging
  * configuration defined in the specification and read in the
  * default case to configure any java.util.logging.Logger instances.
- * Platform loggers will not detect if <JAVA_HOME>/lib/logging.properties
+ * Platform loggers will not detect if <JAVA_HOME>/conf/logging.properties
  * is modified. In other words, unless the java.util.logging API
  * is used at runtime or the logging system properties is set,
  * the platform loggers will use the default setting described above.