X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FValidatorCollection.cs;h=6b32176ff4a094eafc53efa018b76e32711c7f6a;hb=879970ea20a49e63a5413adec014754b30a53e03;hp=13d8ea689a15eac1b5f0fe505125454a6e742eff;hpb=4a2ab0336e97f3591eebbb881a1471d3051946c9;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ValidatorCollection.cs b/mcs/class/System.Web/System.Web.UI/ValidatorCollection.cs index 13d8ea689a1..6b32176ff4a 100644 --- a/mcs/class/System.Web/System.Web.UI/ValidatorCollection.cs +++ b/mcs/class/System.Web/System.Web.UI/ValidatorCollection.cs @@ -37,7 +37,7 @@ namespace System.Web.UI { [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public sealed class ValidatorCollection : ICollection, IEnumerable { - private ArrayList _validators; + ArrayList _validators; public ValidatorCollection () {