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 / JcrPreferenceStore.java
index c9777cefde34c6106cdeed2ebe42d328a56629a9..ef14d175eb79f3a8f651c2daed8809da918a77ec 100644 (file)
@@ -45,6 +45,8 @@ import org.osgi.framework.BundleContext;
  * - better integrate with {@link ScopedPreferenceStore} provided by RAP
  */
 public class JcrPreferenceStore extends PreferenceStore implements ArgeoNames {
+       private static final long serialVersionUID = 1854011367784598758L;
+
        private Session session;
        private BundleContext bundleContext;