src/java.base/share/classes/java/lang/ClassLoader.java
changeset 53120 de9fd809bb47
parent 53018 8bf9268df0e2
child 54206 003cc64366da
--- a/src/java.base/share/classes/java/lang/ClassLoader.java	Sat Dec 22 15:47:10 2018 +0100
+++ b/src/java.base/share/classes/java/lang/ClassLoader.java	Wed Dec 26 17:09:19 2018 +0530
@@ -1864,12 +1864,12 @@
      * <p> The default system class loader is an implementation-dependent
      * instance of this class.
      *
-     * <p> If the system property "{@code java.system.class.loader}" is defined
-     * when this method is first invoked then the value of that property is
-     * taken to be the name of a class that will be returned as the system
-     * class loader.  The class is loaded using the default system class loader
-     * and must define a public constructor that takes a single parameter of
-     * type {@code ClassLoader} which is used as the delegation parent.  An
+     * <p> If the system property "{@systemProperty java.system.class.loader}"
+     * is defined when this method is first invoked then the value of that
+     * property is taken to be the name of a class that will be returned as the
+     * system class loader. The class is loaded using the default system class
+     * loader and must define a public constructor that takes a single parameter
+     * of type {@code ClassLoader} which is used as the delegation parent. An
      * instance is then created using this constructor with the default system
      * class loader as the parameter.  The resulting class loader is defined
      * to be the system class loader. During construction, the class loader