2010-04-06 Jb Evain <jbevain@novell.com>
authorJb Evain <jbevain@gmail.com>
Tue, 6 Apr 2010 12:49:51 +0000 (12:49 -0000)
committerJb Evain <jbevain@gmail.com>
Tue, 6 Apr 2010 12:49:51 +0000 (12:49 -0000)
* Debug.cs: make class static.

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

mcs/class/System/System.Diagnostics/ChangeLog
mcs/class/System/System.Diagnostics/Debug.cs

index 79b81cd9a1a1835bb24fe662a11f64a76b3dd1c7..acad4d7b93c5c16b048366b4ae180ee270377ccb 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-06  Jb Evain  <jbevain@novell.com>
+
+       * Debug.cs: make class static.
+
 2010-04-06  Jb Evain  <jbevain@novell.com>
 
        * Debug.cs (Assert, WriteLine): add net_4_0 overloads.
index 08f7e7c540ce125bab5cb2459ca4daad5d6243dc..6e53d250e7a456a236cf835057b40a0d484ed917 100644 (file)
@@ -36,9 +36,7 @@ using System.Diagnostics;
 
 namespace System.Diagnostics {
 
-       public sealed class Debug {
-
-               private Debug () {}
+       public static class Debug {
 
                public static bool AutoFlush {
                        get {return TraceImpl.AutoFlush;}