Clean internal package structure
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / src / org / argeo / eclipse / ui / workbench / commands / RemoveRemoteRepository.java
index 83938a8e6b10d1c5f9c1ebfb0d122f5e3d4227b3..8f6f58f41a4c642cf13a1df4d3bdacb5afd3f191 100644 (file)
@@ -15,8 +15,8 @@
  */
 package org.argeo.eclipse.ui.workbench.commands;
 
+import org.argeo.eclipse.ui.workbench.internal.jcr.model.RemoteRepositoryElem;
 import org.argeo.eclipse.ui.workbench.jcr.JcrBrowserView;
-import org.argeo.eclipse.ui.workbench.jcr.internal.model.RemoteRepositoryElem;
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;