Revision e5a59879
Added by Andreas Müller about 4 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/AbstractFilteredCdmResourceSelectionDialog.java | ||
---|---|---|
18 | 18 |
import java.util.List; |
19 | 19 |
import java.util.Set; |
20 | 20 |
import java.util.UUID; |
21 |
import java.util.regex.Pattern; |
|
21 | 22 |
|
22 | 23 |
import org.apache.commons.lang.StringUtils; |
23 | 24 |
import org.eclipse.core.runtime.IProgressMonitor; |
... | ... | |
62 | 63 |
* |
63 | 64 |
* @author n.hoffmann |
64 | 65 |
* @created 04.06.2009 |
65 |
* @version 1.0 |
|
66 | 66 |
*/ |
67 | 67 |
public abstract class AbstractFilteredCdmResourceSelectionDialog<T extends ICdmBase> extends |
68 | 68 |
SearchDialog {//implements IConversationEnabled { |
Also available in: Unified diff
ref #8041 try to fix pattern escaping issue (cont.)