branch release/3.2.4 updated (b845f83d -> b3bc8f46)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.2.4 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from b845f83d Merge branch 'feature/210-rgpd' into 'develop' new b3bc8f46 add header file 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 b3bc8f4689128038b324b8ef4e1be7fc3c30e27b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Sep 21 17:03:35 2018 +0200 add header file Summary of changes: .../pollen/services/job/AnonymizeOlderVoteJob.java | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/3.2.4 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit b3bc8f4689128038b324b8ef4e1be7fc3c30e27b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Sep 21 17:03:35 2018 +0200 add header file --- .../pollen/services/job/AnonymizeOlderVoteJob.java | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java b/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java index f2e3176b..228a78bd 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java @@ -1,5 +1,26 @@ package org.chorem.pollen.services.job; +/*- + * #%L + * Pollen :: Service + * %% + * Copyright (C) 2009 - 2018 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.pollen.services.service.VoteService; @@ -20,4 +41,4 @@ public class AnonymizeOlderVoteJob extends AbstractPollenJob { VoteService voteService = newService(VoteService.class); voteService.purgeOldVotes(); } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm