Update of
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/cao/impl
In directory
james.mmbase.org:/tmp/cvs-serv22533/portlets-newsletter/src/java/com/finalist/newsletter/cao/impl
Modified Files:
NewsLetterStatisticCAOImpl.java
Log Message:
CMSC-907 - Fixed bad code constructions and redundant code
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/cao/impl
See also: http://www.mmbase.org/jira/browse/CMSC-907
Index: NewsLetterStatisticCAOImpl.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/cao/impl/NewsLetterStatisticCAOImpl.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- NewsLetterStatisticCAOImpl.java 27 May 2008 02:01:20 -0000 1.13
+++ NewsLetterStatisticCAOImpl.java 3 Jul 2008 20:55:15 -0000 1.14
@@ -216,7 +216,7 @@
return;
}
NodeManager logManager =
cloud.getNodeManager("newsletterdailylog");
- Node newsletter = cloud.getNode(newsletterId);
+ //Node newsletter = cloud.getNode(newsletterId);
Node logNode = logManager.createNode();
logNode.setIntValue("newsletter", newsletterId);
logNode.setIntValue("post", 0);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs