You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/03/30 16:45:27 UTC

svn commit: r390151 - /beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java

Author: ekoneil
Date: Thu Mar 30 06:45:24 2006
New Revision: 390151

URL: http://svn.apache.org/viewcvs?rev=390151&view=rev
Log:
Remove commented code block that isn't used.

BB: self
Test: Beehive dist pass


Modified:
    beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java

Modified: beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java?rev=390151&r1=390150&r2=390151&view=diff
==============================================================================
--- beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java (original)
+++ beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java Thu Mar 30 06:45:24 2006
@@ -103,8 +103,6 @@
             throw new ControlException("Exception creating ControlBeanContext", e);
         }
 
-        //_cbc = new ControlBeanContext( this );
-
         //
         // If no containing context was specified during construction, see if there is a current
         // active container context and implicitly associated the control with it.