This commit is contained in:
anna
2010-07-27 14:59:00 +04:00
parent 130f4aad40
commit b6c253f29c
@@ -86,7 +86,7 @@ public class SuppressWarningsFoldingBuilder extends FoldingBuilderEx {
return o.toString();
}
}
return memberValue.getText();
return memberValue != null ? memberValue.getText() : "";
}