Revision 30750

View differences:

branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/persistence/PersistenceFactory.java
55 55
	 * data.
56 56
	 * </p>
57 57
	 * <p>
58
	 * <b>Note:</b>If is possible, creation must only instance the object and
59
	 * load data must will do in
60
	 * {@link #createFromState(PersistentState, Class)}
58
	 * <b>Note:</b>If possible, this method should only create the object 
59
	 * instance and set the object properties in the
60
	 * {@link #loadFromState(PersistentState, Object)} method, as it will
61
	 * be called afterwards.
61 62
	 * </p>
62 63
	 *
63 64
	 *

Also available in: Unified diff