Revision 33615 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/impl/DefaultMapContextManager.java

View differences:

DefaultMapContextManager.java
38 38
import java.util.Random;
39 39

  
40 40
import org.cresques.cts.IProjection;
41
import org.slf4j.Logger;
42
import org.slf4j.LoggerFactory;
43

  
41 44
import org.gvsig.fmap.dal.DataServerExplorer;
42 45
import org.gvsig.fmap.dal.DataStore;
43 46
import org.gvsig.fmap.dal.DataStoreParameters;
......
70 73
import org.gvsig.tools.dynobject.exception.DynMethodNotSupportedException;
71 74
import org.gvsig.tools.persistence.PersistenceManager;
72 75
import org.gvsig.tools.persistence.PersistentState;
73
import org.slf4j.Logger;
74
import org.slf4j.LoggerFactory;
75 76

  
76 77
/**
77 78
 * Default implementation of the {@link MapContextManager}.
......
79 80
 * @author <a href="mailto:cordinyana@gvsig.org">C?sar Ordi?ana</a>
80 81
 */
81 82
public class DefaultMapContextManager implements MapContextManager {
82
	private static final Logger LOG = LoggerFactory.getLogger(MapContextManager.class);
83 83

  
84
    private static final Logger LOG = LoggerFactory
85
        .getLogger(DefaultMapContextManager.class);
86

  
84 87
	private Class drawerClazz = DefaultMapContextDrawer.class;
85 88

  
86 89
	private Map legends = Collections.synchronizedMap(new HashMap());

Also available in: Unified diff