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 / AbstractNodeContentProvider.java
index ef2b8a84503dfeac72a5d07eb3fb27c3d2c64930..69d24a7528971c8e198805361b97d985ba5b3871 100644 (file)
@@ -31,6 +31,8 @@ import org.argeo.eclipse.ui.AbstractTreeContentProvider;
 /** Canonic implementation of tree content provider manipulating JCR nodes. */
 public abstract class AbstractNodeContentProvider extends
                AbstractTreeContentProvider {
+       private static final long serialVersionUID = -4905836490027272569L;
+
        private final static Log log = LogFactory
                        .getLog(AbstractNodeContentProvider.class);
 
@@ -149,4 +151,4 @@ public abstract class AbstractNodeContentProvider extends
        public Session getSession() {
                return session;
        }
-}
+}
\ No newline at end of file