* ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection. * Page.cs (Validators): return type should be ValidatorCollection, not ValidatedCollection. svn path=/trunk/mcs/; revision=4492
@@ -1,5 +1,10 @@
2002-05-10 Duncan Mak <[email protected]>
+ * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
+
+ * Page.cs (Validators): return type should be ValidatorCollection,
+ not ValidatedCollection.
* TagPrefixAttribute.cs: Added to CVS.
2002-05-07 Duncan Mak <[email protected]>
@@ -157,7 +157,7 @@ namespace System.Web.UI {
get { throw new NotImplementedException (); }
}
- public ValidatedCollection Validators {
+ public ValidatorCollection Validators {
@@ -10,10 +10,10 @@ using System.Collections;
namespace System.Web.UI {
- public sealed class ValidatedCollection : ICollection, IEnumerable
+ public sealed class ValidatorCollection : ICollection, IEnumerable
{
- public ValidatedCollection ()
+ public ValidatorCollection ()