Refactored concept relationship handling as it was not feasable before. Can be improv...
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / concept / ConceptViewerSorter.java
diff --git a/taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/ConceptViewerSorter.java b/taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/ConceptViewerSorter.java
new file mode 100644 (file)
index 0000000..6404301
--- /dev/null
@@ -0,0 +1,22 @@
+// $Id$
+/**
+* Copyright (C) 2007 EDIT
+* European Distributed Institute of Taxonomy 
+* http://www.e-taxonomy.eu
+* 
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
+
+package eu.etaxonomy.taxeditor.editor.view.concept;
+
+import org.eclipse.jface.viewers.ViewerSorter;
+
+/**
+ * @author n.hoffmann
+ * @created Jan 24, 2011
+ * @version 1.0
+ */
+public class ConceptViewerSorter extends ViewerSorter {
+
+}