Skip to content
Snippets Groups Projects
Commit 649b4cbe authored by srosse's avatar srosse
Browse files

OO-3489: make the task long running

parent 19f1b031
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
package org.olat.user.manager;
import org.olat.core.CoreSpringFactory;
import org.olat.core.commons.services.taskexecutor.LongRunnable;
import org.olat.core.logging.OLog;
import org.olat.core.logging.Tracing;
import org.olat.user.UserDataExportService;
......@@ -30,7 +31,7 @@ import org.olat.user.UserDataExportService;
* @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
*
*/
public class UserDataExportTask implements /* Long */ Runnable {
public class UserDataExportTask implements LongRunnable {
private static final long serialVersionUID = 6931074116105090545L;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment