Project

General

Profile

« Previous | Next » 

Revision 28651d0b

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.local/src/main/java/eu/etaxonomy/taxeditor/local/view/datasource/e4/handler/CloneDataSourceHandlerE4.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 9
package eu.etaxonomy.taxeditor.local.view.datasource.e4.handler;
11 10

  
12 11
import org.eclipse.core.runtime.IStatus;
......
21 20
import eu.etaxonomy.taxeditor.local.view.datasource.e4.CdmDataSourceViewPartE4;
22 21

  
23 22
/**
24
 *
25 23
 * @author pplitzner
26 24
 * @date 22.08.2017
27
 *
28 25
 */
29 26
public class CloneDataSourceHandlerE4 extends AbstractDataSourceHandler {
30 27

  
31
	/** {@inheritDoc} */
32 28
	@Override
33 29
	public boolean specificExecute(CdmDataSourceViewPartE4 dataSourceViewPart, CdmMetaDataAwareDataSourceContainer container, Shell shell) {
34 30
		ICdmSource cdmSource = container.getCdmSource();
......
48 44
		}
49 45
		return true;
50 46
	}
51

  
52
}
47
}

Also available in: Unified diff