Skip to content

Commit 6229954

Browse files
committed
Remove SuppressFBWarnings
1 parent e727cd1 commit 6229954

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/hudson/search/Search.java

-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public static class Result {
291291
public static class Item {
292292

293293
@Exported
294-
@SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", justification = "read by Stapler")
295294
public String name;
296295

297296
private final String url;

0 commit comments

Comments
 (0)