Normalize Javadoc spelling
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user