This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from 695cadd Site should be only on stable versions new edc902d Ajout du calcul de jours ouvrés (avec par l'implantation pour les vacances pour la france) 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 edc902dc91f4f6286ae745d309cd169dd4ec799e Author: Benjamin <poussin@codelutin.com> Date: Fri Sep 7 17:06:04 2018 +0200 Ajout du calcul de jours ouvrés (avec par l'implantation pour les vacances pour la france) Summary of changes: src/main/java/org/nuiton/util/WorkdayUtil.java | 124 +++++++++++++++++++++ src/test/java/org/nuiton/util/WorkdayUtilTest.java | 65 +++++++++++ 2 files changed, 189 insertions(+) create mode 100644 src/main/java/org/nuiton/util/WorkdayUtil.java create mode 100644 src/test/java/org/nuiton/util/WorkdayUtilTest.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.