1
0

Normalize Javadoc spelling

This commit is contained in:
Gary Gregory
2022-06-15 08:20:20 -04:00
parent 342b6a4971
commit e7bac9a257
4 changed files with 2350 additions and 2350 deletions

View File

@@ -1654,7 +1654,7 @@ public abstract class LogFactory {
} }
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
// Static initializer block to perform initialisation at class load time. // Static initializer block to perform initialization at class load time.
// //
// We can't do this in the class constructor, as there are many // We can't do this in the class constructor, as there are many
// static methods on this class that can be called before any // static methods on this class that can be called before any

View File

@@ -102,10 +102,10 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
* We need to use a PathableClassLoader here because the SimpleLog class * We need to use a PathableClassLoader here because the SimpleLog class
* is a pile of junk and chock-full of static variables. Any other test * is a pile of junk and chock-full of static variables. Any other test
* (like simple.CustomConfigTestCase) that has used the SimpleLog class * (like simple.CustomConfigTestCase) that has used the SimpleLog class
* will already have caused it to do once-only initialisation that we * will already have caused it to do once-only initialization that we
* can't reset, even by calling LogFactory.releaseAll, because of those * can't reset, even by calling LogFactory.releaseAll, because of those
* ugly statics. The only clean solution is to load a clean copy of * ugly statics. The only clean solution is to load a clean copy of
* commons-logging including SimpleLog via a nice clean classloader. * commons-logging including SimpleLog via a nice clean class loader.
* Or we could fix SimpleLog to be sane... * Or we could fix SimpleLog to be sane...
*/ */
public static Test suite() throws Exception { public static Test suite() throws Exception {

View File

@@ -40,10 +40,10 @@ public class DateTimeCustomConfigTestCase extends CustomConfigTestCase {
* We need to use a PathableClassLoader here because the SimpleLog class * We need to use a PathableClassLoader here because the SimpleLog class
* is a pile of junk and chock-full of static variables. Any other test * is a pile of junk and chock-full of static variables. Any other test
* (like simple.CustomConfigTestCase) that has used the SimpleLog class * (like simple.CustomConfigTestCase) that has used the SimpleLog class
* will already have caused it to do once-only initialisation that we * will already have caused it to do once-only initialization that we
* can't reset, even by calling LogFactory.releaseAll, because of those * can't reset, even by calling LogFactory.releaseAll, because of those
* ugly statics. The only clean solution is to load a clean copy of * ugly statics. The only clean solution is to load a clean copy of
* commons-logging including SimpleLog via a nice clean classloader. * commons-logging including SimpleLog via a nice clean class loader.
* Or we could fix SimpleLog to be sane... * Or we could fix SimpleLog to be sane...
*/ */
public static Test suite() throws Exception { public static Test suite() throws Exception {

View File

@@ -68,10 +68,10 @@ public class DefaultConfigTestCase extends TestCase {
* We need to use a PathableClassLoader here because the SimpleLog class * We need to use a PathableClassLoader here because the SimpleLog class
* is a pile of junk and chock-full of static variables. Any other test * is a pile of junk and chock-full of static variables. Any other test
* (like simple.CustomConfigTestCase) that has used the SimpleLog class * (like simple.CustomConfigTestCase) that has used the SimpleLog class
* will already have caused it to do once-only initialisation that we * will already have caused it to do once-only initialization that we
* can't reset, even by calling LogFactory.releaseAll, because of those * can't reset, even by calling LogFactory.releaseAll, because of those
* ugly statics. The only clean solution is to load a clean copy of * ugly statics. The only clean solution is to load a clean copy of
* commons-logging including SimpleLog via a nice clean classloader. * commons-logging including SimpleLog via a nice clean class loader.
* Or we could fix SimpleLog to be sane... * Or we could fix SimpleLog to be sane...
*/ */
public static Test suite() throws Exception { public static Test suite() throws Exception {