Skip to content

Commit 255af39

Browse files
Mitja LeinoMituuZ
authored andcommitted
Add missing overrider
1 parent 4ec03e9 commit 255af39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/redhat/devtools/lsp4ij/settings/ui/ServerNameWidget.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public void validateInput() {
3838
}
3939
}
4040

41+
@Override
4142
public ValidationInfo getValidationInfo() {
4243
if (isValid()) {
4344
return null;

0 commit comments

Comments
 (0)