Revision 41853 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/layers/FLayerStatus.java

View differences:

FLayerStatus.java
106 106
	 */
107 107
	public boolean cacheDrawnLayers;
108 108

  
109
	
109
	private boolean temporal = false;
110 110
	/**
111 111
	 * <p>List with the information of the driver errors produced working this layer.</p>
112 112
	 */
113
	private ArrayList layerErrors;
113
	private List layerErrors;
114 114
		
115 115
	/**
116 116
	 * <p>This state reports if the driver for managing the layer has been loaded successfully.</p>

Also available in: Unified diff