Revision 19900 branches/v10/extensions/extPublish/src/org/gvsig/publish/infoproject/datasources/ShapefileInfo.java

View differences:

ShapefileInfo.java
187 187
	/**
188 188
	 * the datastore is the shapefile itself
189 189
	 * @return shapefile name
190
	 * @see org.gvsig.publish.infoproject.IDataSourceInfo#getConnectionName()
190
	 * @see org.gvsig.publish.infoproject.IDataSourceInfo#getDatastoreName()
191 191
	 */
192
	public String getConnectionName() {
192
	public String getDatastoreName() {
193 193
		return getFileName();
194 194
	}
195 195
	/*

Also available in: Unified diff