X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Futils%2FArtifactsTableConfigurer.java;h=6505ddee07dec00a2fe33666911ea70ef70317d7;hb=0dc6d1ec9f5b7fe454bd3ea5101f90d40163faac;hp=0d40a62522bac0c61bb4868f2f1e513828d99290;hpb=651d33e13bfa9a7b46464be412023ee747e612e8;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/ArtifactsTableConfigurer.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/ArtifactsTableConfigurer.java index 0d40a6252..6505ddee0 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/ArtifactsTableConfigurer.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/utils/ArtifactsTableConfigurer.java @@ -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 indexToName = new HashMap();