Skip to content

Commit 8c6558d

Browse files
committed
experimental api change test
1 parent da05fb9 commit 8c6558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/couchbase/intellij/tree/iq/ui/action/editor/AbstractEditorAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected AbstractEditorAction(
2828
protected AbstractEditorAction(
2929
@NotNull Supplier<@NlsActions.ActionText String> dynamicText,
3030
@NotNull Supplier<@NlsActions.ActionText String> dynamicDescription) {
31-
super(dynamicText, dynamicDescription, (Supplier<? extends Icon>) null);
31+
super(dynamicText.get(), dynamicDescription.get(), null);
3232
}
3333

3434
@Override

0 commit comments

Comments
 (0)