no message
This commit is contained in:
@@ -125,8 +125,8 @@ public class SearchReplaceForm extends Form {
|
||||
lCount.setText(String.valueOf(result.getMarkedCount()));
|
||||
}
|
||||
@Override
|
||||
protected FormType getFormType() {
|
||||
return FormType.SearchReplace;
|
||||
protected String getFormType() {
|
||||
return FormType.SearchReplace.toString();
|
||||
}
|
||||
private void createUIComponents() {
|
||||
// TODO: place custom component creation code here
|
||||
|
||||
Reference in New Issue
Block a user