Simplification of "@NotNull/@Nullable problems" inspection settings

This commit is contained in:
Bas Leijdekkers
2011-09-09 15:53:55 +02:00
parent 31fa46134d
commit 8ff3af2a35
16 changed files with 55 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
// "Annotate method as @NotNull" "true"
// "Annotate method as '@NotNull'" "true"
import org.jetbrains.annotations.NotNull;
class X {