Skip to content

Commit 1dd3f5a

Browse files
committed
Add TODO
1 parent f668b86 commit 1dd3f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/jvnet/hudson/test/PluginAutomaticTestBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ private Method findIsRoutableMethod() throws NoSuchMethodException {
164164
return method;
165165
} catch (ClassNotFoundException e) {
166166
LOGGER.warning("This test requires Jenkins 2.154, Jenkins LTS 2.138.4, or newer to run, use e.g. -Djenkins.version=2.138.4");
167+
// TODO add a fallback implementing similar code directly here
167168
return null;
168169
}
169170
}

0 commit comments

Comments
 (0)