Skip to content

Commit

Permalink
Guarded by fChildrenLock
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor Digana committed Jul 2, 2013
1 parent 334bd9c commit cc6e2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/junit/runners/ParentRunner.java
Expand Up @@ -56,7 +56,7 @@ public abstract class ParentRunner<T> extends Runner implements Filterable,
private final Object fChildrenLock = new Object();
private final TestClass fTestClass;

// Guarded by fLock
// Guarded by fChildrenLock
private volatile Collection<T> fFilteredChildren = null;

private volatile RunnerScheduler fScheduler = new RunnerScheduler() {
Expand Down

0 comments on commit cc6e2c0

Please sign in to comment.