]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/jcr/internal/model/RepositoriesElem.java
Enhance privilege display to ease JCR privilege management
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / src / org / argeo / eclipse / ui / workbench / jcr / internal / model / RepositoriesElem.java
index 0f5ca6e3e646d2b62598a51f63f6811c5184ff13..d5e84af0438c4863d45db3b63280249d891a9944 100644 (file)
@@ -25,8 +25,8 @@ import javax.jcr.RepositoryFactory;
 import javax.jcr.Session;
 
 import org.argeo.ArgeoException;
-import org.argeo.eclipse.ui.ErrorFeedback;
 import org.argeo.eclipse.ui.TreeParent;
+import org.argeo.eclipse.ui.dialogs.ErrorFeedback;
 import org.argeo.jcr.ArgeoNames;
 import org.argeo.jcr.MaintainedRepository;
 import org.argeo.jcr.RepositoryRegister;
@@ -34,7 +34,7 @@ import org.argeo.jcr.UserJcrUtils;
 import org.argeo.util.security.Keyring;
 
 /**
- * UI Tree component. Implements the Argeo abstraction of a
+ * UI Tree component that implements the Argeo abstraction of a
  * {@link RepositoryFactory} that enable a user to "mount" various repositories
  * in a single Tree like View. It is usually meant to be at the root of the UI
  * Tree and thus {@link getParent()} method will return null.