Fixed the compilation error.
Signed-off-by: Gaurav <gaurav.sahay@in.bosch.com>
This commit is contained in:
@@ -89,7 +89,6 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
|
|||||||
public void postConstruct() {
|
public void postConstruct() {
|
||||||
eventBus.subscribe(this);
|
eventBus.subscribe(this);
|
||||||
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
|
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@PreDestroy
|
@PreDestroy
|
||||||
@@ -107,9 +106,6 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
|
|||||||
validationIcon.setStyleName(SPUIStyleDefinitions.ERROR_ICON);
|
validationIcon.setStyleName(SPUIStyleDefinitions.ERROR_ICON);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
queryTextField.addShortcutListener(new EnterShortCutListener());
|
|
||||||
>>>>>>> branch 'feature_rsql_parser_suggestion' of https://github.com/bsinno/hawkbit/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user