Revision 47415

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeature.java
1850 1850
                return null;
1851 1851
            }
1852 1852
            ForeingKey fk = attr.getForeingKey();
1853
            if(fk == null){
1854
                return null;
1855
            }
1853 1856
            context = fk.createContext();
1854 1857
            FeatureStore store = this.getStore();
1855 1858
            if(store instanceof SupportTransactions){

Also available in: Unified diff