Add find- and countByTitle() methods to primer and amplification service
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / MicroFormatQuantitativeDescriptionBuilder.java
index 76c56fd435fb31d2e021aa0bc10699fcc92c6a0d..83a68190c8a438cd6e9035932e6c8e14b6b2ba69 100644 (file)
@@ -113,7 +113,7 @@ public class MicroFormatQuantitativeDescriptionBuilder extends AbstractQuantitat
                        }
                }
                QuantitativeDescription.append(spanEnd);
-               textData.putText(QuantitativeDescription.toString(), languages.get(0)); // which language should be put here ?
+               textData.putText(languages.get(0), QuantitativeDescription.toString()); // which language should be put here ?
                textData.setFormat(TextFormat.NewInstance(null, "HTML",null )); // the data format is set (not yet real HTML)
                
                return textData;