From: Bruno Sinou Date: Mon, 25 Mar 2013 16:42:40 +0000 (+0000) Subject: Map existing remove and remove all buttons to a context menu - Remove warning. X-Git-Tag: argeo-slc-2.1.7~368 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=2fd714f3b2c3bf3168e8a2a9b9d8e5e999e0af65;p=gpl%2Fargeo-slc.git Map existing remove and remove all buttons to a context menu - Remove warning. git-svn-id: https://svn.argeo.org/slc/trunk@6216 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java index a64055c13..a18fecd31 100644 --- a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java +++ b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/editors/ProcessBuilderPage.java @@ -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";