Revision 32541

View differences:

branches/v2_0_0_prep/extensions/org.gvsig.arcims.feature.extension/src/main/java/org/gvsig/arcims/feature/ArcimsFeatureExtension.java
35 35
import org.gvsig.tools.library.Library;
36 36

  
37 37
/**
38
 * This class implements the extension to access ArcIMS servers.
38
 * This class implements the extension to access ArcIMS layers.
39 39
 * 
40 40
 * @author jldominguez
41 41
 * @author vsanjaime version 2.0
......
95 95
	 * 
96 96
	 */
97 97
	public void execute(String actionCommand) {
98
		//nothing to do
98 99
	}
99 100

  
100 101
	/**
......
117 118
		return false;
118 119
	}
119 120

  
120
	// /**
121
	// *
122
	// * @param path
123
	// * @return
124
	// */
125
	// private java.net.URL createResourceUrl(String path) {
126
	// return getClass().getClassLoader().getResource(path);
127
	// }
121
	
128 122
}

Also available in: Unified diff