Skip to content

Commit cc1d627

Browse files
committed
override canNavigateToSource for the future compatibility
1 parent 6ee7161 commit cc1d627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/com/goide/dlv/DlvXValue.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,9 @@ public void setSourcePosition(@Nullable XSourcePosition sourcePosition) {
199199
});
200200
return ThreeState.YES;
201201
}
202+
203+
@Override
204+
public boolean canNavigateToSource() {
205+
return true; // for the future compatibility
206+
}
202207
}

0 commit comments

Comments
 (0)