Skip to content
Snippets Groups Projects
Commit 518fb123 authored by Richard Alam's avatar Richard Alam
Browse files

- send end completion for image presentation

parent 5428e864
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,9 @@ public class ImageToSwfSlidesGenerationService {
notifier.sendConversionUpdateMessage(page, pres, page);
}
System.out.println("****** Conversion complete for " + pres.getName());
notifier.sendConversionCompletedMessage(pres);
}
private PageConverter determinePageConverter(UploadedPresentation pres) {
......
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