X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1527.cs;h=189cc472f4c1cd0e1c750e47a6f81eb21ad1fdbc;hb=c866c3eefb79ea86be468e4f95c7012fa3d2db4f;hp=9d7a942200a485da2ed07622bac4f5f8a88399c4;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs1527.cs b/mcs/errors/cs1527.cs index 9d7a942200a..189cc472f4c 100644 --- a/mcs/errors/cs1527.cs +++ b/mcs/errors/cs1527.cs @@ -1,4 +1,4 @@ -// cs1527.cs: Namespace elements cannot be explicitly declared as private, protected or protected internal +// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal // Line: private class X { }