Skip to content

Commit 01e4731

Browse files
authored
Merge pull request #7 from unv-unv/removing-localize-value-of
Replacing LocalizeValue.of() with LocalizeValue.empty()
2 parents 7f16ee1 + c96875f commit 01e4731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javaee-impl/src/main/java/com/intellij/gwt/jakartaee/run/GwtRunConfigurationEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public void setText(final JComboBox component, final String text) {
409409

410410
private class HtmlPageActionListener extends ComponentWithBrowseButton.BrowseFolderActionListener<JComboBox> {
411411
public HtmlPageActionListener() {
412-
super(LocalizeValue.of(), LocalizeValue.of(), myHtmlPageBox, myProject, createHtmlFileChooserDescriptor(), new RunPageComponentAccessor());
412+
super(LocalizeValue.empty(), LocalizeValue.empty(), myHtmlPageBox, myProject, createHtmlFileChooserDescriptor(), new RunPageComponentAccessor());
413413
}
414414

415415
@RequiredUIAccess

0 commit comments

Comments
 (0)