Revision 44340 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/RecentUsedsAttributesImpl.java

View differences:

RecentUsedsAttributesImpl.java
25 25
    
26 26
    public Collection<String> getNames(FeatureType featureType) {
27 27
        FeatureStore store = featureType.getStore();
28
        if( store == null ) {
29
            return Collections.EMPTY_LIST;
30
        }
28 31
        CircularFifoQueue<String> recents = this.recentsForStore.get(store.getFullName());
29 32
        if( recents==null ) {
30 33
            return Collections.EMPTY_LIST;

Also available in: Unified diff