branch develop updated (b44b984 -> ee1ac27)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wao. See http://git.codelutin.com/wao.git from b44b984 On contrôle la cohérence des dates de début et de fin de période à l'import du plan (termine #6731) new 272bc5e Correction d'un appel constructeur avec <> manquant new ee1ac27 Correction du build (les données de tests datent d'avant la première mise en prod de Wao donc on change la date de contrôle) The 2 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 ee1ac27306ba1f6744eab87e9cf970a3562ee939 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Mar 2 11:32:01 2015 +0100 Correction du build (les données de tests datent d'avant la première mise en prod de Wao donc on change la date de contrôle) commit 272bc5efa4bd133491494a80ed28ed3cd10dd8d8 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Mar 2 10:57:01 2015 +0100 Correction d'un appel constructeur avec <> manquant Summary of changes: wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java | 2 +- .../src/main/java/fr/ifremer/wao/services/service/Synthesis.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 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 wao. See http://git.codelutin.com/wao.git commit 272bc5efa4bd133491494a80ed28ed3cd10dd8d8 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Mar 2 10:57:01 2015 +0100 Correction d'un appel constructeur avec <> manquant --- .../src/main/java/fr/ifremer/wao/services/service/Synthesis.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-services/src/main/java/fr/ifremer/wao/services/service/Synthesis.java b/wao-services/src/main/java/fr/ifremer/wao/services/service/Synthesis.java index e7417ed..b0e0c2d 100644 --- a/wao-services/src/main/java/fr/ifremer/wao/services/service/Synthesis.java +++ b/wao-services/src/main/java/fr/ifremer/wao/services/service/Synthesis.java @@ -150,7 +150,7 @@ public class Synthesis { } public Set<CompanySynthesis> getCompanySynthesesOrderedByName() { - Map<String, CompanySynthesis> companySynthesesOrderedByName = new TreeMap(); + Map<String, CompanySynthesis> companySynthesesOrderedByName = new TreeMap<>(); for (CompanySynthesis companySynthesis : companySyntheses.values()) { companySynthesesOrderedByName.put( companySynthesis.getCompanyName(), -- 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 wao. See http://git.codelutin.com/wao.git commit ee1ac27306ba1f6744eab87e9cf970a3562ee939 Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Mar 2 11:32:01 2015 +0100 Correction du build (les données de tests datent d'avant la première mise en prod de Wao donc on change la date de contrôle) --- wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java b/wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java index 0c1ebfd..61ba078 100644 --- a/wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java +++ b/wao-persistence/src/main/java/fr/ifremer/wao/WaoUtils.java @@ -48,7 +48,7 @@ public class WaoUtils { protected static final String FRENCH_LANGUAGE = new Locale("fr").getLanguage(); - protected static final Date WAO_CREATION_DATE = DateUtil.createDate(27, 1, 2010); + protected static final Date WAO_CREATION_DATE = DateUtil.createDate(27, 1, 2007); @Deprecated public static String formatMonth(Date date) { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm