]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Map existing remove and remove all buttons to a context menu - Remove warning.
authorBruno Sinou <bsinou@argeo.org>
Mon, 25 Mar 2013 16:42:40 +0000 (16:42 +0000)
committerBruno Sinou <bsinou@argeo.org>
Mon, 25 Mar 2013 16:42:40 +0000 (16:42 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6216 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java

index a64055c1386e53417c9ab94881091c7d3c8bc603..a18fecd318e5b6edb9aec8bfb92536c80c4c9b99 100644 (file)
@@ -32,8 +32,6 @@ import javax.jcr.observation.ObservationManager;
 import javax.jcr.query.Query;
 import javax.jcr.query.QueryManager;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.argeo.ArgeoException;
 import org.argeo.eclipse.ui.jcr.AsyncUiEventListener;
 import org.argeo.jcr.JcrUtils;
@@ -90,7 +88,8 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
 
 /** Definition of the process. */
 public class ProcessBuilderPage extends FormPage implements SlcNames {
-       private final static Log log = LogFactory.getLog(ProcessBuilderPage.class);
+       // private final static Log log =
+       // LogFactory.getLog(ProcessBuilderPage.class);
 
        public final static String ID = "processBuilderPage";