Skip to content

Commit

Permalink
Remove unneeded suppression (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Nov 26, 2024
1 parent 86c5aa2 commit 9c2d4ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ public ProjectDependencyAnalysis ignoreNonCompile() {
* used
* @since 1.3
*/
@SuppressWarnings("UnusedReturnValue")
public ProjectDependencyAnalysis forceDeclaredDependenciesUsage(String[] forceUsedDependencies)
throws ProjectDependencyAnalyzerException {
Set<String> forced = new HashSet<>(Arrays.asList(forceUsedDependencies));
Expand Down

0 comments on commit 9c2d4ab

Please sign in to comment.