Revision 44338 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/test/java/org/gvsig/fmap/dal/feature/DummyFeatureAttributeDescriptor.java

View differences:

DummyFeatureAttributeDescriptor.java
553 553
        return this;
554 554
    }
555 555

  
556
    @Override
557
    public String getLocalizedShortLabel() {
558
        return this.getShortLabel();
559
    }
560

  
561
    @Override
562
    public String getLocalizedLabel() {
563
        return this.getLabel();
564
    }
565

  
556 566
}

Also available in: Unified diff