minor
authorKatja Luther <k.luther@bgbm.org>
Wed, 28 Oct 2015 09:17:42 +0000 (10:17 +0100)
committerKatja Luther <k.luther@bgbm.org>
Wed, 28 Oct 2015 09:17:42 +0000 (10:17 +0100)
1  2 
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java

index c708ca558b74c44378d2e7c0d3f8669603bea338,624e98dc2adbe272bb4e89830764668f25889afa..5f642230a03e94c64bc1730c01cee3246cde67f6
@@@ -975,12 -975,14 +975,13 @@@ public class TransientClassificationSer
          return defaultService.loadWithUpdate(arg0);
      }
  
 -    /**
 -     * {@inheritDoc}
 -     */
 -    @Override
 -    public List<UuidAndTitleCache<TaxonNode>> getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(UUID arg0,
 -            List<UUID> arg1) {
 -        return defaultService.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(arg0, arg1);
 -    }
++
 +      @Override
 +      public List<UuidAndTitleCache<TaxonNode>> getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(
 +                      UUID classificationUuid, List<UUID> excludeTaxa) {
 +              
 +              return defaultService.getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(classificationUuid, excludeTaxa);
 +      }
  
  
  }