X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.IO%2FStringWriter.cs;h=da1219aba5c9d66ad2a2359cf866783d77a27555;hb=5760f579fb341ebc89adef52db260d78535cb7da;hp=ed7f1f2f062a28e3a9b40a222b407913f00cfc55;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/class/corlib/System.IO/StringWriter.cs b/mcs/class/corlib/System.IO/StringWriter.cs index ed7f1f2f062..da1219aba5c 100644 --- a/mcs/class/corlib/System.IO/StringWriter.cs +++ b/mcs/class/corlib/System.IO/StringWriter.cs @@ -37,7 +37,7 @@ using System.Text; namespace System.IO { [Serializable] - [MonoTODO ("Fix serialization compatibility with MS.NET")] + [MonoTODO ("Serialization format not compatible with .NET")] public class StringWriter : TextWriter { private StringBuilder internalString;