[Laszlo-checkins] r11344 - openlaszlo/branches/4.2b2/WEB-INF/lps/lfc/helpers

dda@openlaszlo.org dda at openlaszlo.org
Fri Oct 3 13:02:44 PDT 2008


Author: dda
Date: 2008-10-03 13:02:42 -0700 (Fri, 03 Oct 2008)
New Revision: 11344

Modified:
   openlaszlo/branches/4.2b2/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs
Log:
(merged from trunk)

Change 20081003-dda-k by dda at lester.local on 2008-10-03 14:53:59 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix botched javadoc @devnote that diverted a doc .html to the wrong filename

New Features:

Bugs Fixed:

Technical Reviewer: (pending)
QA Reviewer: mamye (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    Fix an errant devnote that was not recognized as such by js2doc,
    causing the lzxname to be botched, and
    thus the docfile .html output file to be named incorrectly.

Tests:
    rebuilt doc successfully, noted the right file is being generated now




Modified: openlaszlo/branches/4.2b2/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs
===================================================================
--- openlaszlo/branches/4.2b2/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs	2008-10-03 19:53:08 UTC (rev 11343)
+++ openlaszlo/branches/4.2b2/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs	2008-10-03 20:02:42 UTC (rev 11344)
@@ -66,7 +66,7 @@
   *
   * @shortdesc A selection manager for views generated by a lazily-replicated datapath
   * @lzxname dataselectionmanager
-  * @devnote: TODO: [20080930 anba] (LPP-6080) uncomment typing in method signatures
+  * @devnote TODO: [20080930 anba] (LPP-6080) uncomment typing in method signatures
   */
 public class LzDataSelectionManager extends LzSelectionManager {
 



More information about the Laszlo-checkins mailing list