X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fworkbench%2Fcommands%2FCreateWorkspace.java;h=9c59a369c3259ae002befe2e852a48d039c24b43;hb=a1d862e4ef6221ebc91fcccea688d66504020365;hp=82db513219baa561859cabcef51c08619f1d2b08;hpb=ebc46b310bf1f44c4acbeae3d2ab8c1aeaef5eb5;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/commands/CreateWorkspace.java b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/commands/CreateWorkspace.java index 82db51321..9c59a369c 100644 --- a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/commands/CreateWorkspace.java +++ b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/commands/CreateWorkspace.java @@ -17,8 +17,8 @@ package org.argeo.eclipse.ui.workbench.commands; import java.util.Arrays; +import org.argeo.eclipse.ui.dialogs.ErrorFeedback; import org.argeo.eclipse.ui.dialogs.SingleValue; -import org.argeo.eclipse.ui.workbench.ErrorFeedback; import org.argeo.eclipse.ui.workbench.WorkbenchUiPlugin; import org.argeo.eclipse.ui.workbench.jcr.JcrBrowserView; import org.argeo.eclipse.ui.workbench.jcr.internal.model.RepositoryElem; @@ -29,7 +29,7 @@ import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.ui.handlers.HandlerUtil; -/** Creates a new JCR workspace */ +/** Create a new JCR workspace */ public class CreateWorkspace extends AbstractHandler { public final static String ID = WorkbenchUiPlugin.ID + ".addFolderNode";