Skip to content

Commit

Permalink
Update core/src/test/java/hudson/model/ComputerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Mar 4, 2024
1 parent bf53852 commit 3b5a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/hudson/model/ComputerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static void obtainAndCheckThreadsContextClassloaderAreCorrect(int numThr
}
}

private static class WaitAndGetContextClassLoader{
private static class WaitAndGetContextClassLoader {

public static synchronized ClassLoader getContextClassloader() throws InterruptedException {
ClassLoader ccl = Thread.currentThread().getContextClassLoader();
Expand Down

0 comments on commit 3b5a44d

Please sign in to comment.