[Mono-bugs] [Bug 52782][Wis] Changed - We need to remove the mistaken Console.WriteLine Method

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 15:49:14 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52782

--- shadow/52782	2004-01-12 12:47:01.000000000 -0500
+++ shadow/52782.tmp.24259	2004-01-20 15:49:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52782
 Product: Mono/Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: miguel@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,9 @@
 Cc: 
 Summary: We need to remove the mistaken Console.WriteLine Method
 
 We didnt yet remove the Console.WriteLine method that takes 4 object args 
 (it is actually varargs, but we did this incorrectly). We should mark it 
 private, so that old compiled code works.
+
+------- Additional Comments From miguel@ximian.com  2004-01-20 15:49 -------
+Removed