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