Massive Argeo APIs refactoring
[lgpl/argeo-commons.git] / org.argeo.cms.swt / src / org / argeo / eclipse / ui / fs / AdvancedFsBrowser.java
index 136eb5055b3f7e0f59ca97b4630694b5350e01b9..c01b2d7514d61ce7c509f27d8bf3bea913fb3cb6 100644 (file)
@@ -6,8 +6,7 @@ import java.nio.file.Files;
 import java.nio.file.Path;
 import java.util.LinkedHashMap;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.eclipse.ui.EclipseUiUtils;
 import org.eclipse.jface.viewers.ISelectionChangedListener;
 import org.eclipse.jface.viewers.IStructuredSelection;
@@ -33,7 +32,7 @@ import org.eclipse.swt.widgets.Text;
 
 /** Simple UI provider that populates a composite parent given a NIO path */
 public class AdvancedFsBrowser {
-       private final static Log log = LogFactory.getLog(AdvancedFsBrowser.class);
+       private final static CmsLog log = CmsLog.getLog(AdvancedFsBrowser.class);
 
        // Some local constants to experiment. should be cleaned
        // private final static int THUMBNAIL_WIDTH = 400;