Minor: remove waring about annotation absence in JetScope class

This commit is contained in:
Nikolay Krasko
2014-01-13 14:02:05 +04:00
parent 320635c2a4
commit 4de9b2d205
5 changed files with 5 additions and 5 deletions
@@ -47,7 +47,7 @@ public class WriteThroughScope extends WritableScopeWithImports {
@Override
@NotNull
public Collection<DeclarationDescriptor> getDeclarationsByLabel(LabelName labelName) {
public Collection<DeclarationDescriptor> getDeclarationsByLabel(@NotNull LabelName labelName) {
checkMayRead();
return writableWorker.getDeclarationsByLabel(labelName);