Project

General

Profile

« Previous | Next » 

Revision c7f0af52

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/TaxonRelationshipTypeInverseContainer.java
1 1
/**
2
 *
3
 */
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
4 9
package eu.etaxonomy.taxeditor.model;
5 10

  
6 11
import org.apache.commons.lang3.NotImplementedException;
......
21 26
public class TaxonRelationshipTypeInverseContainer  {
22 27

  
23 28
	private static final long serialVersionUID = 7225140304186547675L;
29

  
24 30
	private boolean inverse;
25 31
	private TaxonRelationshipType type;
26 32

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/TaxonTransfer.java
1
/**
2
* Copyright (C) 2007 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
1 9
package eu.etaxonomy.taxeditor.model;
2 10

  
3 11
import org.eclipse.swt.dnd.ByteArrayTransfer;
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/termtree/e4/handler/TermTreeExportWordHandler.java
36 36
/**
37 37
 * @author pplitzner
38 38
 * @since Jul 12, 2017
39
 *
40 39
 */
41 40
public class TermTreeExportWordHandler {
42 41

  

Also available in: Unified diff