Author: sb
Date: Wed Aug  1 10:39:29 2007
New Revision: 5788

Log:
- Remove superfluous code.

Modified:
    trunk/Workflow/src/interfaces/node_conditional_branch.php

Modified: trunk/Workflow/src/interfaces/node_conditional_branch.php
==============================================================================
--- trunk/Workflow/src/interfaces/node_conditional_branch.php [iso-8859-1] 
(original)
+++ trunk/Workflow/src/interfaces/node_conditional_branch.php [iso-8859-1] Wed 
Aug  1 10:39:29 2007
@@ -26,14 +26,6 @@
      * @var integer
      */
     protected $minConditionalOutNodes = false;
-
-    /**
-     * Constraint: The maximum number of conditional outgoing nodes this node
-     * may have. Set to false to disable this constraint.
-     *
-     * @var integer
-     */
-    protected $maxConditionalOutNodes = false;
 
     /**
      * Constraint: The minimum number of conditional outgoing nodes this node
@@ -174,13 +166,6 @@
               'Node has less conditional outgoing nodes than required.'
             );
         }
-
-        if ( $this->maxConditionalOutNodes !== false && 
$numConditionalOutNodes > $this->maxConditionalOutNodes )
-        {
-            throw new ezcWorkflowInvalidWorkflowException(
-              'Node has more conditional outgoing nodes than allowed.'
-            );
-        }
     }
 }
 ?>


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to