2006-02-07 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Tue, 7 Feb 2006 20:34:47 +0000 (20:34 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 7 Feb 2006 20:34:47 +0000 (20:34 -0000)
* ControlBuilder.cs: rename flushOutputStatements to
methodStatements to at least reflect that they're in that method.

svn path=/trunk/mcs/; revision=56638

mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/ControlBuilder.cs

index 7c6a603b7a0d6ab3c2a99753c1718920d3d6e45f..f90cf5d55af3a8e237aa16a6710d4c7cb85e31c1 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-07  Chris Toshok  <toshok@ximian.com>
+
+       * ControlBuilder.cs: rename flushOutputStatements to
+       methodStatements to at least reflect that they're in that method.
+
 2006-02-07  Chris Toshok  <toshok@ximian.com>
 
        * MasterPage.cs (CreateMasterPage): don't nullref on null
index b3d4ef1b6c07735148204ae831db020afbeeab19..2f4c4348927244de465703100e3dc65d02819a88 100644 (file)
@@ -63,7 +63,7 @@ namespace System.Web.UI {
 
                internal bool haveParserVariable;
                internal CodeMemberMethod method;
-               internal CodeStatementCollection flushOutputStatements;
+               internal CodeStatementCollection methodStatements;
                internal CodeMemberMethod renderMethod;
                internal int renderIndex;
                internal bool isProperty;