branch develop updated (c1683e9 -> d7b1e7f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from c1683e9 fixes #8333: [CAPTURE] enrichir le commentaire du taxon dans le cas de la gestion d'un mélange new d7b1e7f Correction syntaxique dans un message d'erreur 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 d7b1e7f706c46ef04a8f9595f304224b9c402434 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Jul 26 17:47:26 2016 +0200 Correction syntaxique dans un message d'erreur Summary of changes: .../fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit d7b1e7f706c46ef04a8f9595f304224b9c402434 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Tue Jul 26 17:47:26 2016 +0200 Correction syntaxique dans un message d'erreur --- .../fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java index 83f13af..8fbdbc1 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/GenericFormatArchive.java @@ -374,7 +374,7 @@ public class GenericFormatArchive implements Serializable { } File[] files = workingDirectory.listFiles(); if (files == null || files.length != 1) { - throw new ApplicationTechnicalException("Archive should contains onyl one directory"); + throw new ApplicationTechnicalException("Archive should contains only one directory"); } return files[0]; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm