Skip to content

Commit

Permalink
fixed Spotbugs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Feb 14, 2024
1 parent f424d2f commit ee8c6f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ public RemoteMdibAccess applyReportOnStorage(final RemoteMdibAccess storage, fin
// other reports do not modify the Mdib and hence cannot be passed into
// reportProcessor.processReport().
// simply ignore them.
cmp = cmp; // make Checkstyle happy
@SuppressWarnings("unused")
var _ignored = 1; // make Checkstyle happy
}
return storage;
}
Expand Down

0 comments on commit ee8c6f5

Please sign in to comment.