Author: mattsicker
Date: Thu Aug 28 04:28:36 2014
New Revision: 1621038

URL: http://svn.apache.org/r1621038
Log:
Fix javadoc markup.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java?rev=1621038&r1=1621037&r2=1621038&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java
 Thu Aug 28 04:28:36 2014
@@ -90,20 +90,18 @@ public final class Loader {
     /**
      * This method will search for {@code resource} in different
      * places. The search order is as follows:
-     * <p/>
+     *
      * <ol>
-     * <p/>
-     * <p><li>Search for {@code resource} using the thread context
+     *
+     * <li>Search for {@code resource} using the thread context
      * class loader under Java2. If that fails, search for
      * {@code resource} using the class loader that loaded this
      * class ({@code Loader}). Under JDK 1.1, only the the class
-     * loader that loaded this class ({@code Loader}) is used.
-     * <p/>
-     * <p><li>Try one last time with
+     * loader that loaded this class ({@code Loader}) is used.</li>
+     * <li>Try one last time with
      * {@code ClassLoader.getSystemResource(resource)}, that is is
      * using the system class loader in JDK 1.2 and virtual machine's
-     * built-in class loader in JDK 1.1.
-     * <p/>
+     * built-in class loader in JDK 1.1.</li>
      * </ol>
      * @param resource The resource to load.
      * @param defaultLoader The default ClassLoader.
@@ -155,20 +153,17 @@ public final class Loader {
     /**
      * This method will search for {@code resource} in different
      * places. The search order is as follows:
-     * <p/>
+     *
      * <ol>
-     * <p/>
-     * <p><li>Search for {@code resource} using the thread context
+     * <li>Search for {@code resource} using the thread context
      * class loader under Java2. If that fails, search for
      * {@code resource} using the class loader that loaded this
      * class ({@code Loader}). Under JDK 1.1, only the the class
-     * loader that loaded this class ({@code Loader}) is used.
-     * <p/>
-     * <p><li>Try one last time with
+     * loader that loaded this class ({@code Loader}) is used.</li>
+     * <li>Try one last time with
      * {@code ClassLoader.getSystemResource(resource)}, that is is
      * using the system class loader in JDK 1.2 and virtual machine's
-     * built-in class loader in JDK 1.1.
-     * <p/>
+     * built-in class loader in JDK 1.1.</li>
      * </ol>
      * @param resource The resource to load.
      * @param defaultLoader The default ClassLoader.


Reply via email to