This commit is contained in:
Alexey Kudravtsev
2011-04-08 16:00:38 +04:00
parent 7d3193fcc5
commit 5a602e1051
7 changed files with 19 additions and 13 deletions
@@ -77,7 +77,7 @@ public class ImplicitVariableElementInfoFactory implements SmartPointerElementIn
}
@Override
public boolean pointsToTheSameElementAs(SmartPointerElementInfo other) {
public boolean pointsToTheSameElementAs(@NotNull SmartPointerElementInfo other) {
if (other instanceof ImplicitVariableInfo) {
return myVar == ((ImplicitVariableInfo)other).myVar;
}