Supress warnings in injectors using "all" parameter, not "ALL"
This parameter value supports by IDEA and Eclipse
This commit is contained in:
@@ -42,7 +42,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import javax.annotation.PreDestroy;
|
||||
|
||||
/* This file is generated by org.jetbrains.jet.generators.injectors.InjectorsPackage. DO NOT EDIT! */
|
||||
@SuppressWarnings("ALL")
|
||||
@SuppressWarnings("all")
|
||||
public class InjectorForTests {
|
||||
|
||||
private final Project project;
|
||||
|
||||
Reference in New Issue
Block a user