Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libTools / src / org / gvsig / tools / persistence / impl / AbstractPersistent.java @ 28076

History | View | Annotate | Download (507 Bytes)

1
package org.gvsig.tools.persistence.impl;
2

    
3
import org.gvsig.tools.ToolsLocator;
4
import org.gvsig.tools.persistence.Persistent;
5

    
6
/****
7
 * This class is not necessary and should be removed.
8
 * 
9
 * @author cesar
10
 *
11
 */
12
public abstract class AbstractPersistent implements Persistent {
13

    
14
//        public PersistentState getState() throws PersistenceException {
15
//                PersistenceManager manager = ToolsLocator.getPersistenceManager();
16
//                PersistentState state = manager.createState(this, true);
17
//                return state;
18
//        }
19

    
20
}