Project

General

Profile

« Previous | Next » 

Revision 61c51c84

Added by Patrick Plitzner about 7 years ago

ref #4611 i18n for taxeditor.editor plugin

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/filter/ChecklistEditorFilter.java
14 14

  
15 15
    public void setSearchText(String s) {
16 16
        // Search must be a substring of the existing value
17
        if(s.contains("*")){
18
            s=s.replace("*", ".*");
17
        if(s.contains("*")){ //$NON-NLS-1$
18
            s=s.replace("*", ".*"); //$NON-NLS-1$ //$NON-NLS-2$
19 19
        }
20
        this.searchString = ".*" + s + ".*";
20
        this.searchString = ".*" + s + ".*"; //$NON-NLS-1$ //$NON-NLS-2$
21 21
    }
22 22

  
23 23
    @Override

Also available in: Unified diff