Skip to content

Commit

Permalink
CARDS-2021: PREMs: Automatically delete submitted survey responses ol…
Browse files Browse the repository at this point in the history
…der than one year

Fixed tag
  • Loading branch information
veronikaslc committed Jul 13, 2023
1 parent ff0cfac commit bbde0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Automatically delete submitted survey responses older than max age.
*
* @version $Id$
* @since 0.9.6
* @since 0.9.16
*/
@Designate(ocd = SubmittedFormsCleanupScheduler.Config.class, factory = true)
@Component(immediate = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* Periodically delete submitted survey responses older than max age.
*
* @version $Id$
* @since 0.9.6
* @since 0.9.16
*/
public class SubmittedFormsCleanupTask implements Runnable
{
Expand Down

0 comments on commit bbde0f2

Please sign in to comment.