[Laszlo-checkins] r11573 - openlaszlo/trunk/WEB-INF/lps/lfc/data
dda@openlaszlo.org
dda at openlaszlo.org
Sat Oct 25 11:28:34 PDT 2008
Author: dda
Date: 2008-10-25 11:28:31 -0700 (Sat, 25 Oct 2008)
New Revision: 11573
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzReplicationManager.lzs
Log:
Change 20081024-dda-w by dda at lester.local on 2008-10-24 17:21:35 EDT
in /Users/dda/laszlo/src/svn/openlaszlo/trunk-a
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Cleaned up return value for LzReplicationManager.__LZHandleMultiNodes()
New Features:
Bugs Fixed: LPP-7031
Technical Reviewer: ptw (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Cleaned up a very suspect return value in __LZHandleMultiNodes() to match
methodology used in the rest of LPP-7031. Original return was:
return void(0);
now is:
return null;
NOT:
return this;
Tests:
same as listed in previous checkins for LPP-7031
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzReplicationManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzReplicationManager.lzs 2008-10-25 17:35:57 UTC (rev 11572)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzReplicationManager.lzs 2008-10-25 18:28:31 UTC (rev 11573)
@@ -482,7 +482,7 @@
layouts[i].unlock();
}
- return this; // TODO: [20081020 dda] review this return value change from LPP-7031
+ return null;
}
More information about the Laszlo-checkins
mailing list