Skip to content

Commit f112d35

Browse files
author
Mitja Leino
committed
Add missing overrider
1 parent 0f771b0 commit f112d35

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

+1
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)