Project

General

Profile

« Previous | Next » 

Revision 4d6934d9

Added by Andreas Müller about 5 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/ExtReferenceSelectionDialog.java
8 8
*/
9 9
package eu.etaxonomy.taxeditor.ui.dialog.selection;
10 10

  
11

  
12

  
13

  
14 11
 import java.util.UUID;
15 12

  
16 13
import org.eclipse.swt.widgets.Shell;
......
33 30
/**
34 31
 * @author k.luther
35 32
 * @date 02.05.2017
36
 *
37

  
38 33
 */
39 34
public class ExtReferenceSelectionDialog extends
40 35
    AbstractFilteredCdmResourceSelectionDialog<Reference> {
......
198 193
            return newRef;
199 194
        }
200 195

  
201
        /* (non-Javadoc)
202
         * @see eu.etaxonomy.taxeditor.dialogs.AbstractFilteredCdmResourceSelectionDialog#search
203
         */
204 196
        /** {@inheritDoc} */
205 197
        @Override
206 198
        protected void callService(String pattern) {

Also available in: Unified diff