]> 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/utils/ArtifactsTableConfigurer.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / utils / ArtifactsTableConfigurer.java
index 0d40a62522bac0c61bb4868f2f1e513828d99290..6505ddee07dec00a2fe33666911ea70ef70317d7 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.
@@ -25,8 +25,6 @@ import javax.jcr.RepositoryException;
 import javax.jcr.Value;
 import javax.jcr.query.Row;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.argeo.ArgeoException;
 import org.argeo.eclipse.ui.GenericTableComparator;
 import org.argeo.slc.client.ui.dist.DistConstants;
@@ -48,8 +46,8 @@ import org.eclipse.swt.widgets.TableColumn;
  */
 public class ArtifactsTableConfigurer implements SlcNames, SlcTypes,
                DistConstants {
-       private final static Log log = LogFactory
-                       .getLog(ArtifactsTableConfigurer.class);
+       // private final static Log log = LogFactory
+       // .getLog(ArtifactsTableConfigurer.class);
        // Used in the comparator to be able to retrieve the value from a row
        // knowing the corresponding column index.
        private Map<Integer, String> indexToName = new HashMap<Integer, String>();