Author: thomas.heute(a)jboss.com
Date: 2007-03-08 06:50:21 -0500 (Thu, 08 Mar 2007)
New Revision: 6597
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/PortalObject.java
Log:
getChildren take a mask as parameter, not the type.
Modified: trunk/core/src/main/org/jboss/portal/core/model/portal/PortalObject.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/model/portal/PortalObject.java 2007-03-08
02:13:02 UTC (rev 6596)
+++ trunk/core/src/main/org/jboss/portal/core/model/portal/PortalObject.java 2007-03-08
11:50:21 UTC (rev 6597)
@@ -107,11 +107,11 @@
Collection getChildren();
/**
- * Return all the children of this object filtered with a particular type.
+ * Return all the children of this object filtered with a particular mask.
*
* @return the children
*/
- Collection getChildren(int type);
+ Collection getChildren(int mask);
/**
* Return the parent object.