return @NotNull child

This commit is contained in:
peter
2010-07-06 20:51:42 +01:00
parent 3fb1673e0a
commit d809a0f882
@@ -52,7 +52,7 @@ public class GrAnonymousClassDefinitionImpl extends GrTypeDefinitionImpl impleme
@NotNull
public GrCodeReferenceElement getBaseClassReferenceGroovy() {
//noinspection ConstantConditions
return findChildByClass(GrCodeReferenceElement.class); //not null because of definition =)
return findNotNullChildByClass(GrCodeReferenceElement.class); //not null because of definition =)
}
@Override