File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/org/jenkinsci/plugins/structs Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >5.7 </version >
8+ <version >5.9 </version >
99 <relativePath />
1010 </parent >
1111
Original file line number Diff line number Diff line change 11package org .jenkinsci .plugins .structs ;
22
33import com .google .inject .Injector ;
4- import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
54import hudson .Extension ;
65import hudson .ExtensionList ;
76import hudson .PluginManager ;
@@ -227,8 +226,6 @@ public static SymbolLookup get() {
227226 * @param c A class.
228227 * @return The {@link Symbol} annotation value(s) for the given class, or an empty {@link Set} if the annotation is not present.
229228 */
230- @ SuppressFBWarnings (value = "NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" ,
231- justification = "Jenkins.getInstance() can return null in theory." )
232229 @ NonNull public static Set <String > getSymbolValue (@ NonNull Class <?> c ) {
233230 Set <String > symbolValues = new LinkedHashSet <String >();
234231 Jenkins j = Jenkins .getInstanceOrNull ();
You can’t perform that action at this time.
0 commit comments