From fa78e440eb59cfa43ab9528f9e0270f0a1db6a2b Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 15 Nov 2024 11:32:47 -0500 Subject: [PATCH] Javadoc: Use semantic tag instead of style tag --- src/main/java/org/apache/commons/logging/LogFactory.java | 2 +- src/test/java/org/apache/commons/logging/PathableTestSuite.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java b/src/main/java/org/apache/commons/logging/LogFactory.java index 0f29e1a..bfec5d9 100644 --- a/src/main/java/org/apache/commons/logging/LogFactory.java +++ b/src/main/java/org/apache/commons/logging/LogFactory.java @@ -1354,7 +1354,7 @@ public abstract class LogFactory { * Gets a new instance of the specified {@code LogFactory} implementation class, loaded by the specified class loader. If that fails, try the class loader * used to load this (abstract) LogFactory. *

- * ClassLoader conflicts + * ClassLoader conflicts *

*

* Note that there can be problems if the specified ClassLoader is not the same as the class loader that loaded this class, that is, when loading a concrete diff --git a/src/test/java/org/apache/commons/logging/PathableTestSuite.java b/src/test/java/org/apache/commons/logging/PathableTestSuite.java index 9c681dd..c8e9d7e 100644 --- a/src/test/java/org/apache/commons/logging/PathableTestSuite.java +++ b/src/test/java/org/apache/commons/logging/PathableTestSuite.java @@ -76,7 +76,7 @@ import junit.framework.TestSuite; * tests that need specific system properties can simply set them in the * fixture or at the start of a test method. *

- * Important! When the test case is run, "this.getClass()" refers of + * Important! When the test case is run, "this.getClass()" refers of * course to the Class object passed to the constructor of this class - which * is different from the class whose suite() method was executed to determine * the classpath. This means that the suite method cannot communicate with