branch develop updated (a0c8e88 -> 6ea25c9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from a0c8e88 refs #9206 some precision about language column new 6ea25c9 refs #9206 fix date format from csv 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 6ea25c9575d64e5187f69881793387f1f631efe5 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jun 12 16:13:05 2017 +0200 refs #9206 fix date format from csv Summary of changes: .../src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.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 coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 6ea25c9575d64e5187f69881793387f1f631efe5 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jun 12 16:13:05 2017 +0200 refs #9206 fix date format from csv --- .../src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java index d01c456..2a714c5 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java @@ -20,7 +20,7 @@ public class DocumentImportModel extends AbstractImportModel<DocumentBean> { } }; - protected static final Common.DateValue DATE_PARSER = new Common.DateValue("yyyy/mm/dd"); + protected static final Common.DateValue DATE_PARSER = new Common.DateValue("yyyy/MM/dd"); public DocumentImportModel() { super(';'); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm