Revision 341 org.gvsig.toolbox/trunk/org.gvsig.toolbox/org.gvsig.toolbox.core/src/main/java/es/unex/sextante/dataObjects/AbstractTable.java

View differences:

AbstractTable.java
1 1
package es.unex.sextante.dataObjects;
2 2

  
3
import org.gvsig.fmap.dal.feature.FeatureStore;
4

  
3 5
/**
4 6
 * A convenience class which implements some of the methods of the ITable interface. Extending this class is recommended instead
5 7
 * of implementing the interface directly
......
59 61

  
60 62
   }
61 63

  
64
    @Override
65
    public FeatureStore getFeatureStore() {
66
        return null;
67
    }
62 68

  
63 69
}

Also available in: Unified diff