[mono/mono] 096c647c: FixBuild
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141854d9958-805595fd-cfc2-43a5-9b7c-859b99122d61-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/009d937c1df7...096c647c806d
Commit: 096c647c806d284b8630ece7bc79ec0853080f29
Author: Miguel de Icaza <[email protected]> (migueldeicaza)
Date: 2013-10-04 21:07:14 GMT
URL: https://github.com/mono/mono/commit/096c647c806d284b8630ece7bc79ec0853080f29
FixBuild
Changed paths:
M mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/EmailAddressAttribute.cs
Modified: mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations/EmailAddressAttribute.cs
===================================================================
@@ -40,7 +40,6 @@ namespace System.ComponentModel.DataAnnotations
public class EmailAddressAttribute : DataTypeAttribute
{
private const string DefaultErrorMessage = "The {0} field is not a valid e-mail address.";
- private static Regex _emailRegex = new Regex (_emailRegexStr, RegexOptions.IgnoreCase | RegexOptions.Compiled);
public EmailAddressAttribute ()
: base(DataType.EmailAddress)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches