Minor. Made method @NotNull.

This commit is contained in:
Evgeny Gerashchenko
2013-09-06 14:25:44 +04:00
parent 3b26af6ae2
commit 3f89598f14
6 changed files with 8 additions and 0 deletions
@@ -103,6 +103,7 @@ public class JetTestUtils {
public BindingContext getBindingContext() {
return new BindingContext() {
@NotNull
@Override
public Collection<Diagnostic> getDiagnostics() {
throw new UnsupportedOperationException(); // TODO
@@ -161,6 +162,7 @@ public class JetTestUtils {
@Override
public BindingContext getBindingContext() {
return new BindingContext() {
@NotNull
@Override
public Collection<Diagnostic> getDiagnostics() {
throw new UnsupportedOperationException();