* PartialCachingControl.cs: is not abstract svn path=/trunk/mcs/; revision=16989
@@ -1,3 +1,7 @@
+2003-08-01 Andreas Nahr <[email protected]>
+
+ * PartialCachingControl.cs: is not abstract
2003-08-01 Gonzalo Paniagua Javier <[email protected]>
* SimpleHandlerFactory.cs: implemented GetHandler.
@@ -12,7 +12,7 @@ using System.ComponentModel;
namespace System.Web.UI
{
- public abstract class PartialCachingControl : BasePartialCachingControl
+ public class PartialCachingControl : BasePartialCachingControl
private Type controlType;