]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/ArtifactDetailsPage.java
enhance distribution UI
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / ArtifactDetailsPage.java
index 23d0eb67aa297985c522158b5a9dc795654ff736..f350a722f3859cdf4ba30706299a37a0cf07e8b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,8 +26,6 @@ import javax.jcr.RepositoryException;
 import javax.jcr.Value;
 import javax.jcr.nodetype.NodeType;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.argeo.ArgeoException;
 import org.argeo.slc.client.ui.dist.DistImages;
 import org.argeo.slc.client.ui.dist.utils.DistUiHelpers;
@@ -58,7 +56,8 @@ import org.eclipse.ui.forms.widgets.ScrolledForm;
  */
 
 public class ArtifactDetailsPage extends FormPage implements SlcNames, SlcTypes {
-       private final static Log log = LogFactory.getLog(ArtifactDetailsPage.class);
+       // private final static Log log =
+       // LogFactory.getLog(ArtifactDetailsPage.class);
 
        // Main business Objects
        private Node currentNode;