Project

General

Profile

« Previous | Next » 

Revision c8d6f9c4

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationRemoteController.java
6 6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
 * See LICENSE.TXT at the top of this package for the full license terms.
8 8
 */
9

  
10

  
11 9
package eu.etaxonomy.cdm.api.application;
12 10

  
13 11
import java.util.List;
......
35 33
 * FIXME:Remoting extending {@link CdmApplicationController} is a temporary workaround.
36 34
 * The {@link CdmApplicationController} should be split into a CdmApplicationControllerBase
37 35
 * class with {@link CdmApplicationController} and this class as subclasses
38
 *
39 36
 */
40 37
public class CdmApplicationRemoteController  extends CdmApplicationController {
41 38

  
......
78 75
                false,
79 76
                progressMonitor,
80 77
                listeners);
81

  
82 78
    }
83 79

  
84 80
    public static CdmApplicationRemoteController NewInstance(ICdmRemoteSource remoteSource,

Also available in: Unified diff