X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3023.cs;h=3e87c8cacd8117bb98e4b3f3a83d45e29f9f4f9b;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=614a26dde39b6df5c91cd09ec782a2f1ec06915d;hpb=53497da09c4928635f4d4c4776c8c7e48c6098c3;p=mono.git diff --git a/mcs/errors/cs3023.cs b/mcs/errors/cs3023.cs index 614a26dde39..3e87c8cacd8 100644 --- a/mcs/errors/cs3023.cs +++ b/mcs/errors/cs3023.cs @@ -1,4 +1,4 @@ -// cs3023.cs: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead +// CS3023: CLSCompliant attribute has no meaning when applied to return types. Try putting it on the method instead // Line: 8 // Compiler options: -warn:1 -warnaserror