Revision 25633

View differences:

branches/v2_0_0_prep/libraries/libIverUtiles/src/org/gvsig/tools/persistence/xmlentity/XMLEntityState.java
229 229

  
230 230
	public PersistentState set(String name, Iterator it)
231 231
			throws PersistenceException {
232
		XMLEntityState stateList = (XMLEntityState) createState(null);
232
		XMLEntityState stateList = (XMLEntityState) createState(new XMLEntity());
233 233
		stateList.setTheClass(PersistentIterator.class);
234 234
		while (it.hasNext()) {
235 235
			Object value = it.next();

Also available in: Unified diff