mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Build view: fix api breaking change
This commit is contained in:
@@ -12,5 +12,5 @@ public interface MessageEventResult extends EventResult {
|
||||
MessageEvent.Kind getKind();
|
||||
|
||||
@Nullable
|
||||
String getDetails();
|
||||
default String getDetails() { return null; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user