Skip to content

Commit 5934d66

Browse files
basiljglick
andauthored
Update src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
Co-authored-by: Jesse Glick <[email protected]>
1 parent 2420785 commit 5934d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ private static void cleanUpClassInfoCache(Class<?> clazz) {
13701370
Field cacheF = classInfoC.getDeclaredField("CACHE");
13711371
try {
13721372
cacheF.setAccessible(true);
1373-
} catch (RuntimeException e) { // TOOD Java 9+ InaccessibleObjectException
1373+
} catch (RuntimeException e) { // TODO Java 9+ InaccessibleObjectException
13741374
/*
13751375
* Not running with "--add-opens java.desktop/com.sun.beans.introspect=ALL-UNNAMED".
13761376
* Until core adds this to its --add-opens configuration, and until that core

0 commit comments

Comments
 (0)