update AnnotateMethodTest data

This commit is contained in:
peter
2017-08-08 16:41:09 +02:00
parent 46ae37cdf2
commit 4dc12ddb60
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// "Annotate method as '@NotNull'" "true"
// "Annotate method 'dontAnnotateBase' as @NotNull" "true"
import org.jetbrains.annotations.NotNull;
class X {
@@ -1,4 +1,4 @@
// "Annotate method as '@NotNull'" "true"
// "Annotate method 'dontAnnotateBase' as @NotNull" "true"
import org.jetbrains.annotations.NotNull;
class X {