Revision 421 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.core/src/main/java/es/unex/sextante/core/GeoAlgorithm.java

View differences:

GeoAlgorithm.java
45 45
import org.jfree.chart.ChartPanel;
46 46

  
47 47
import org.gvsig.fmap.geom.Geometry;
48
import org.slf4j.Logger;
49
import org.slf4j.LoggerFactory;
48 50

  
49 51

  
50 52
/**
......
55 57
 */
56 58
public abstract class GeoAlgorithm {
57 59

  
60
   protected static final Logger LOGGER = LoggerFactory.getLogger(GeoAlgorithm.class);
61
  
58 62
   /**
59 63
    * The set of input parameters and their values
60 64
    */

Also available in: Unified diff