Skip to content

Commit 5be8599

Browse files
Apache9Copilot
andauthored
Update hbase-common/src/test/java/org/apache/hadoop/hbase/JUnitResourceCheckers.java
Co-authored-by: Copilot <[email protected]>
1 parent 5e4b129 commit 5be8599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hbase-common/src/test/java/org/apache/hadoop/hbase/JUnitResourceCheckers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ private JUnitResourceCheckers() {
3434
}
3535

3636
private static class ThreadResourceAnalyzer extends ResourceChecker.ResourceAnalyzer {
37-
private static Set<String> initialThreadNames = new HashSet<>();
38-
private static List<String> stringsToLog = null;
37+
private Set<String> initialThreadNames = new HashSet<>();
38+
private List<String> stringsToLog = null;
3939

4040
@Override
4141
public int getVal(Phase phase) {

0 commit comments

Comments
 (0)