X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0674.cs;h=84637ad281926ff292a83b1e41796478521bb96e;hb=ac7a23e3a8f2faa02db9165cbd8b7be399001eb6;hp=d262fb108180a1b52e0f996edb8d658139ac7e18;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/errors/cs0674.cs b/mcs/errors/cs0674.cs index d262fb10818..84637ad2819 100644 --- a/mcs/errors/cs0674.cs +++ b/mcs/errors/cs0674.cs @@ -1,4 +1,4 @@ -// cs0674.cs: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead +// CS0674: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead // Line: 8 using System;