mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
restore backward compatibility again (throw exception instead of SOE)
This commit is contained in:
@@ -42,7 +42,7 @@ public interface RefParameter extends RefJavaElement {
|
||||
@Deprecated
|
||||
@Nullable
|
||||
default String getActualValueIfSame() {
|
||||
return String.valueOf(getActualConstValue());
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user