Skip to content

Commit 03fcd73

Browse files
ccostin93nikialeksey
authored andcommitted
fix failing build
1 parent f3045f9 commit 03fcd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/main/java/com/iwillfailyou/inspections/InheritancefreeExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import java.util.List;
77

8-
@SuppressWarnings("inheritancefree") // only for gradle plugin framework
8+
@SuppressWarnings("allfinal") // only for gradle plugin framework
99
public class InheritancefreeExtension implements InspectionExtension {
1010
private final CommonExtension common;
1111

0 commit comments

Comments
 (0)