This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 3b6cd90f09bbd5d19e4d701dc6a96c202c2d1130 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Apr 24 16:50:50 2019 +0200 Fix release ... --- .../faxtomail/web/job/MailFilterJobTest.java | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/faxtomail-ui-web/src/test/java/com/franciaflex/faxtomail/web/job/MailFilterJobTest.java b/faxtomail-ui-web/src/test/java/com/franciaflex/faxtomail/web/job/MailFilterJobTest.java index 4b6769e2..e349edd9 100644 --- a/faxtomail-ui-web/src/test/java/com/franciaflex/faxtomail/web/job/MailFilterJobTest.java +++ b/faxtomail-ui-web/src/test/java/com/franciaflex/faxtomail/web/job/MailFilterJobTest.java @@ -1,5 +1,29 @@ package com.franciaflex.faxtomail.web.job; +/*- + * #%L + * FaxToMail :: Web + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2019 Mac-Groupe, Code Lutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.franciaflex.faxtomail.persistence.entities.EmailAccount; import com.franciaflex.faxtomail.persistence.entities.EmailAccountImpl; import com.franciaflex.faxtomail.persistence.entities.EmailProtocol; @@ -73,4 +97,4 @@ public class MailFilterJobTest { return emailAccount; } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.