Author: gonzalo
Date: 2006-07-19 20:39:21 -0400 (Wed, 19 Jul 2006)
New Revision: 62777

Modified:
   trunk/mcs/class/System/System/ChangeLog
   trunk/mcs/class/System/System/Uri.cs
Log:
2006-07-20 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>

        * Uri.cs: update Obsolete msg.



Modified: trunk/mcs/class/System/System/ChangeLog
===================================================================
--- trunk/mcs/class/System/System/ChangeLog     2006-07-19 23:49:20 UTC (rev 
62776)
+++ trunk/mcs/class/System/System/ChangeLog     2006-07-20 00:39:21 UTC (rev 
62777)
@@ -1,3 +1,7 @@
+2006-07-20 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
+
+       * Uri.cs: update Obsolete msg.
+
 2006-06-05  Atsushi Enomoto  <[EMAIL PROTECTED]>
 
        * Uri.cs : revert the previous change as it caused UriTest.

Modified: trunk/mcs/class/System/System/Uri.cs
===================================================================
--- trunk/mcs/class/System/System/Uri.cs        2006-07-19 23:49:20 UTC (rev 
62776)
+++ trunk/mcs/class/System/System/Uri.cs        2006-07-20 00:39:21 UTC (rev 
62777)
@@ -913,7 +913,7 @@
                }
 
 #if NET_2_0
-               [Obsolete]
+               [Obsolete ("Use MakeRelativeUri(Uri uri) instead.")]
 #endif
                public string MakeRelative (Uri toUri) 
                {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to