Revision 3380 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSLayer.java

View differences:

WMSLayer.java
17 17
 */
18 18
public abstract class WMSLayer implements org.gvsig.remoteClient.ILayer {
19 19

  
20
	ArrayList children = new ArrayList();
21
	WMSLayer1_1_1 parent = new WMSLayer1_1_1();
20
	protected ArrayList children;
21
	protected WMSLayer1_1_1 parent;
22 22
	
23 23
/**
24 24
 * <p>Layer Abstract field in the capabilities document </p> 

Also available in: Unified diff