Centralize the Data explorer and the Osgi explorer in a single bundle.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / jcr / JcrUiUtils.java
index 8ee13aab0f8e3f176773c50eec85beed7dcef3fb..97930319205e3692a4ebc462e5897f9d4e1ea625 100644 (file)
@@ -100,6 +100,8 @@ public class JcrUiUtils {
                        final String propertyName, final RowViewerComparator comparator,
                        final TableViewer viewer) {
                SelectionAdapter selectionAdapter = new SelectionAdapter() {
+                       private static final long serialVersionUID = -5738918304901437720L;
+
                        @Override
                        public void widgetSelected(SelectionEvent e) {
                                Table table = viewer.getTable();
@@ -126,6 +128,8 @@ public class JcrUiUtils {
                        final int propertyType, final String propertyName,
                        final NodeViewerComparator comparator, final TableViewer viewer) {
                SelectionAdapter selectionAdapter = new SelectionAdapter() {
+                       private static final long serialVersionUID = -1683220869195484625L;
+
                        @Override
                        public void widgetSelected(SelectionEvent e) {
                                Table table = viewer.getTable();