Revision 44673 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/DefaultEditableFeatureAttributeDescriptor.java

View differences:

DefaultEditableFeatureAttributeDescriptor.java
440 440
        this.hasStrongChanges = true;
441 441
    }
442 442

  
443
    @Override
443 444
    public EditableFeatureAttributeDescriptor setLocale(Locale locale) {
444 445
      if( locale == null ) {
445 446
        this.locale = Locale.ENGLISH;
......
465 466
      }
466 467
    }
467 468
    
469
    @Override
468 470
    public EditableFeatureAttributeDescriptor setRoundMode(int roundMode) {
469 471
      switch(roundMode) {
470 472
        case BigDecimal.ROUND_UP:
......
581 583
        }     
582 584
        return this;
583 585
    }
586
    
587
    
584 588
}

Also available in: Unified diff