Author: jfuerth
Date: Wed Aug 27 13:28:57 2008
New Revision: 2634

Modified:
   trunk/src/ca/sqlpower/architect/olap/OLAPChildEvent.java

Log:
Fixed incorrect docs on the index param. The docs on the actual field were already correct.

Modified: trunk/src/ca/sqlpower/architect/olap/OLAPChildEvent.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/olap/OLAPChildEvent.java    (original)
+++ trunk/src/ca/sqlpower/architect/olap/OLAPChildEvent.java Wed Aug 27 13:28:57 2008
@@ -64,8 +64,8 @@
      * @param child
      *            The child that was added or removed.
      * @param index
- * The index of the child that was added or removed (indices are
-     *            counted separately within each child type).
+ * The index of the child that was added or removed (this is the + * overall index in the parent, not the index within one child type).
      */
public OLAPChildEvent(OLAPObject source, Class<? extends OLAPObject> childType, OLAPObject child, int index) {
         this.source = source;

Reply via email to