Supress warnings in injectors using "all" parameter, not "ALL"

This parameter value supports by IDEA and Eclipse
This commit is contained in:
zarechenskiy
2014-07-25 17:57:05 +04:00
parent c1e0b167c1
commit 34bf3d7f0e
10 changed files with 10 additions and 10 deletions
@@ -48,7 +48,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 InjectorForBodyResolve {
private final Project project;
@@ -48,7 +48,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 InjectorForLazyResolve {
private final Project project;
@@ -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 InjectorForMacros {
private final Project project;
@@ -58,7 +58,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 InjectorForTopDownAnalyzerBasic {
private final Project project;