Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter
In directory 
james.mmbase.org:/tmp/cvs-serv12857/portlets-newsletter/src/java/com/finalist/newsletter

Modified Files:
      Tag: b1_5
        PublicationSentCronJob.java 
Log Message:
CMSC-1153 - Newsletter: Generic improvements on code, by removing casts and 
improving translations.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter
See also: http://www.mmbase.org/jira/browse/CMSC-1153


Index: PublicationSentCronJob.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/PublicationSentCronJob.java,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -b -r1.3.2.2 -r1.3.2.3
--- PublicationSentCronJob.java 18 Dec 2008 10:09:22 -0000      1.3.2.2
+++ PublicationSentCronJob.java 18 Dec 2008 13:29:47 -0000      1.3.2.3
@@ -27,7 +27,7 @@
       if(ServerUtil.isSingle() || ServerUtil.isStaging()) {
          log.debug("Delivering all publications.");
          NewsletterPublicationService service = (NewsletterPublicationService) 
ApplicationContextFactory.getBean("publicationService");
-         service.deliverAllPublication();
+         service.deliverAllPublications();
       }
       
    }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to