Add various serial to UI components
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / GenericTableComparator.java
index 2f4d83ac1628b08fcc5ae5bce1821e5c91796a7a..a4179cbeecca805043c76f5094e421ec401ca5e2 100644 (file)
@@ -19,7 +19,7 @@ import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.jface.viewers.ViewerComparator;
 
 public abstract class GenericTableComparator extends ViewerComparator {
-
+       private static final long serialVersionUID = -1175894935075325810L;
        protected int propertyIndex;
        public static final int ASCENDING = 0, DESCENDING = 1;
        protected int direction = DESCENDING;