Revision 43956 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/DefaultFeatureStore.java

View differences:

DefaultFeatureStore.java
1486 1486
    private void saveDALFile() {       
1487 1487
        try {
1488 1488
            DataServerExplorer explorer = this.getExplorer();
1489
            if( explorer == null ) {
1490
                return;
1491
            }
1489 1492
            File f = explorer.getResourcePath(this, "dal");
1490 1493
            if( f == null ) {
1491 1494
                return;
......
1504 1507
    private void loadDALFile() {
1505 1508
        try {
1506 1509
            DataServerExplorer explorer = this.getExplorer();
1510
            if( explorer == null ) {
1511
                return;
1512
            }
1507 1513
            File f = explorer.getResourcePath(this, "dal");
1508 1514
            if( f == null ) {
1509 1515
                return;

Also available in: Unified diff