Merged refactoring from development branch.
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / ui / translation / ITranslationServiceWrapper.java
similarity index 86%
rename from taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/translation/ITranslationServiceWrapper.java
rename to taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/translation/ITranslationServiceWrapper.java
index 03ff1214aab6eca89b1ca69652546da065fec7bd..e4c9d618279e05ae9dae7b3cc0dbe7890a838707 100644 (file)
@@ -8,7 +8,7 @@
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
 
-package eu.etaxonomy.taxeditor.editor.translation;
+package eu.etaxonomy.taxeditor.ui.translation;
 
 import eu.etaxonomy.cdm.model.common.Language;
 
@@ -28,7 +28,7 @@ public interface ITranslationServiceWrapper {
         * @param source a {@link eu.etaxonomy.cdm.model.common.Language} object.
         * @param target a {@link eu.etaxonomy.cdm.model.common.Language} object.
         * @return a {@link java.lang.String} object.
-        * @throws eu.etaxonomy.taxeditor.editor.translation.LanguageNotSupportedException if any.
+        * @throws eu.etaxonomy.taxeditor.ui.translation.LanguageNotSupportedException if any.
         */
        public String translate(String text, Language source, Language target) throws LanguageNotSupportedException;