Revision 46485 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/featureset/DefaultFeatureSet.java

View differences:

DefaultFeatureSet.java
57 57

  
58 58
public class DefaultFeatureSet extends AbstractFeatureSet implements
59 59
    FeatureSet, Observer {
60

  
60
    
61 61
    protected static final int NO_CHECKED = -1;
62 62
    protected static final int DEFAULT = 0;
63 63
    protected static final int FILTERED = 1;
......
389 389
  
390 390
    protected void checkSourceStoreModified() {
391 391
        if (sourceStoreModified) {
392
            LOG.debug("ConcurrentDataModification in featureSet "+this.hashCode()+" of store '"+(store == null ? "": store.getName())+"'");
392 393
            ConcurrentDataModificationException ex = new ConcurrentDataModificationException(
393 394
                    store == null ? "": store.getName()
394 395
            );

Also available in: Unified diff