This is an automated email from the git hooks/post-receive script. New commit to branch feature/integrity in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit a49991df366d72e76ffbda764bf4341dbfae4d6a Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Apr 8 14:15:37 2016 +0200 Fix typos in javadoc --- .../src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java index ad80e6a..1e99715 100644 --- a/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java +++ b/i18n-maven-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java @@ -66,11 +66,11 @@ import java.util.SortedSet; /** * Generate an aggregate i18n bundle for all dependencies of the project. * - * The main idea is to have a final unique i18n bundle for a application to + * The main idea is to have a final unique i18n bundle for an application to * launch, this really improve i18n loading time to have a unique named bundle, * no need to seek in all dependencies... * - * Moreover, this permits also to deal with order of i18n keys, more precisly, + * Moreover, this permits also to deal with order of i18n keys, more precisely, * we want to use the higher level i18n key for an application. If the i18n * key is present on a library, we want to be able to override it in * application (or user wants it:)). -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.