Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/DataManager.java

View differences:

DataManager.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/*
25
 * AUTHORS (In addition to CIT):
26
 * 2008 IVER T.I. S.A.   {{Task}}
27
 */
28 24
package org.gvsig.fmap.dal;
29 25

  
30 26
import java.util.List;
......
404 400
	 *             if there is any error creating the object
405 401
	 */
406 402
	public FeatureAttributeGetter createFeatureAttributeGetter(String name) throws InitializeException;
407
}
403
}

Also available in: Unified diff