branch develop updated (ed21b8e -> e72c6d7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from ed21b8e Merge branch 'feature/7698' into develop new e72c6d7 ajout de la constant label pour le label traduit (refs #7698) 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 e72c6d7813e40c78d2f68bb5b73b572339034528 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Nov 6 10:40:17 2015 +0100 ajout de la constant label pour le label traduit (refs #7698) Summary of changes: .../ird/observe/services/dto/referential/I18nReferentialDto.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit e72c6d7813e40c78d2f68bb5b73b572339034528 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Nov 6 10:40:17 2015 +0100 ajout de la constant label pour le label traduit (refs #7698) --- .../ird/observe/services/dto/referential/I18nReferentialDto.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java new file mode 100644 index 0000000..5a1961e --- /dev/null +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java @@ -0,0 +1,9 @@ +package fr.ird.observe.services.dto.referential; + +public abstract class I18nReferentialDto extends AbstractI18nReferentialDto { + + private static final long serialVersionUID = 3832622876506665573L; + + public static final String PROPERTY_LABEL = "label"; + +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm