branch develop updated (c973cf4 -> d360d3c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from c973cf4 tidy poms new d360d3c Fix tag value definition 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 d360d3c2d7a92c4b82028d95b809137361e497a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 16:04:29 2016 +0200 Fix tag value definition Summary of changes: .../src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 topia. See https://gitlab.nuiton.org/nuiton/topia.git commit d360d3c2d7a92c4b82028d95b809137361e497a6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 9 16:04:29 2016 +0200 Fix tag value definition --- .../src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java index 44a940f..c93e858 100644 --- a/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java +++ b/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaCoreTagValues.java @@ -100,12 +100,12 @@ public class TopiaCoreTagValues extends DefaultTagValueMetadatasProvider { notGenerateToString(n("topia.core.tagValue.notGenerateToString"), boolean.class, "true", ObjectModel.class, ObjectModelPackage.class, ObjectModelClassifier.class), /** - * Tag pour specfier si on doit générer la methode getOperator dans les daohelpers. + * To generate {@code getOperator} method on application context class and in entity enumerations. * * @see #getGenerateOperatorForDAOHelperTagValue(ObjectModel) * @since 2.5 */ - generateOperatorForDAOHelper(n("topia.core.tagValue.generateOperatorForDAOHelper"), boolean.class, "false", ObjectModel.class, ObjectModelPackage.class, ObjectModelClassifier.class), + generateOperatorForDAOHelper(n("topia.core.tagValue.generateOperatorForDAOHelper"), boolean.class, "false", ObjectModel.class), /** * To specify the abstract dao to use. -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm