Statistics
| Revision:

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

History | View | Annotate | Download (470 Bytes)

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

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

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

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

    
19
}