1
0
This commit is contained in:
Gary Gregory
2023-12-14 09:49:24 -05:00
parent e6ff533109
commit 4570499764
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ public class PathableClassLoader extends URLClassLoader {
private boolean parentFirst = true;
/**
* Constructor.
* Constructs a new instance.
* <p>
* Often, null is passed as the parent, that is, the parent of the new
* instance is the bootloader. This ensures that the classpath is

View File

@@ -111,7 +111,7 @@ public class PathableTestSuite extends TestSuite {
private final ClassLoader contextLoader;
/**
* Constructor.
* Constructs a new instance.
*
* @param testClass is the TestCase that is to be run, as loaded by
* the appropriate ClassLoader.

View File

@@ -36,7 +36,7 @@ public class TestAppender extends AppenderSkeleton {
private final List events;
/**
* Constructor.
* Constructs a new instance.
*/
public TestAppender(final List logEvents) {
events = logEvents;