1
0

Normalize spelling

This commit is contained in:
Gary Gregory
2025-01-27 11:06:09 -05:00
parent 67d2c0523b
commit c16f9c3337

View File

@@ -885,7 +885,7 @@ public abstract class LogFactory {
// implementations via the TCCL, we don't try to load the default LogFactory // implementations via the TCCL, we don't try to load the default LogFactory
// implementation via the context class loader because: // implementation via the context class loader because:
// * that can cause problems (see comments in newFactory method) // * that can cause problems (see comments in newFactory method)
// * no-one should be customising the code of the default class // * no-one should be customizing the code of the default class
// Yes, we do give up the ability for the child to ship a newer // Yes, we do give up the ability for the child to ship a newer
// version of the LogFactoryImpl class and have it used dynamically // version of the LogFactoryImpl class and have it used dynamically
// by an old LogFactory class in the parent, but that isn't // by an old LogFactory class in the parent, but that isn't