2010-06-21 Jb Evain <jbevain@novell.com>
authorJb Evain <jbevain@gmail.com>
Mon, 21 Jun 2010 12:48:06 +0000 (12:48 -0000)
committerJb Evain <jbevain@gmail.com>
Mon, 21 Jun 2010 12:48:06 +0000 (12:48 -0000)
* CharUnicodeInfo.cs: make static.

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

mcs/class/corlib/System.Globalization/ChangeLog
mcs/class/corlib/System.Globalization/CharUnicodeInfo.cs

index aea4344b40461b04aafaff678f3ac2109571e0cd..88339fab9ee8308743a6ed88210a6e20a503e447 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-21  Jb Evain  <jbevain@novell.com>
+
+       * CharUnicodeInfo.cs: make static.
+
 2010-06-21  Jb Evain  <jbevain@novell.com>
 
        * CultureNotFoundException.cs: add it to Moonlight.
index 607dc0c199e8ae2e2da01566281e4a5f074862f8..5da049089aa1c11cee177793d31ed7f584d9b92f 100644 (file)
@@ -33,10 +33,8 @@ using System;
 
 namespace System.Globalization
 {
-       public sealed class CharUnicodeInfo
+       public static class CharUnicodeInfo
        {
-               private CharUnicodeInfo () {}
-
                public static int GetDecimalDigitValue (char ch)
                {
                        int i = (int) ch;