Fixed the compilation error.

Signed-off-by: Gaurav <gaurav.sahay@in.bosch.com>
This commit is contained in:
Gaurav
2016-09-07 12:39:03 +02:00
parent af7eaa31b1
commit 903e4103aa

View File

@@ -89,7 +89,6 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
public void postConstruct() {
eventBus.subscribe(this);
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
<<<<<<< HEAD
}
@PreDestroy
@@ -107,9 +106,6 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
validationIcon.setStyleName(SPUIStyleDefinitions.ERROR_ICON);
}
}
=======
queryTextField.addShortcutListener(new EnterShortCutListener());
>>>>>>> branch 'feature_rsql_parser_suggestion' of https://github.com/bsinno/hawkbit/
}
/**