branch develop updated (c108b47 -> 06f6895)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See http://git.nuiton.org/i18n.git from c108b47 Migration vers gitlab + simplification configuration des sites new 06f6895 Fix javadoc The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 06f68953144966e40354fa17b5eb87a34697205f Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 16 15:12:50 2016 +0100 Fix javadoc Summary of changes: .../src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See http://git.nuiton.org/i18n.git commit 06f68953144966e40354fa17b5eb87a34697205f Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 16 15:12:50 2016 +0100 Fix javadoc --- .../src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java b/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java index ee05d63..45a9f13 100644 --- a/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java +++ b/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java @@ -5,7 +5,7 @@ * $Id$ * $HeadURL$ * %% - * Copyright (C) 2004 - 2010 CodeLutin + * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -48,12 +48,12 @@ import java.util.regex.Pattern; * Scopes are inclusives, in a search of entries, eg the search of * <code>en_GB</code> will include <code>en</code> scope... * <p/> - * The {@link #patternAll} is the searching pattern of bundle of the scope. + * The {@code #patternAll} is the searching pattern of bundle of the scope. * <p/> - * The method {@link #getMatcher(String)} obtain from the {@link #patternAll} + * The method {@link #getMatcher(String)} obtain from the {@code #patternAll} * the matcher for a bundle path. * <p/> - * The method {@link #getLocale(Matcher)} obtain from the {@link #patternAll} + * The method {@link #getLocale(Matcher)} obtain from the {@code #patternAll} * matched in a bundle path, the corresponding locale. * <p/> * The class offer also a static method {@link #valueOf(Locale)} to obtain the -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm