mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
notnull
This commit is contained in:
@@ -144,6 +144,7 @@ public class SliceNode extends AbstractTreeNode<SliceUsage> implements Duplicate
|
||||
@Override
|
||||
protected PresentationData createPresentation() {
|
||||
return new PresentationData(){
|
||||
@NotNull
|
||||
@Override
|
||||
public Object[] getEqualityObjects() {
|
||||
return ArrayUtil.append(super.getEqualityObjects(), changed);
|
||||
|
||||
Reference in New Issue
Block a user