Fix javadoc markup. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621038 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a9fe9d84 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a9fe9d84 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a9fe9d84 Branch: refs/heads/messaging-module Commit: a9fe9d84586cfea3a4ae969cef44bca6083d3212 Parents: 9dc911a Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 04:28:36 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 04:28:36 2014 +0000 ---------------------------------------------------------------------- .../apache/logging/log4j/core/util/Loader.java | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a9fe9d84/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java index e2d5ae5..2fa70bb 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/Loader.java @@ -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.
