Adding private keyword to private enums

This commit is contained in:
Louis DeJardin 2015-09-02 20:33:51 -07:00
parent 3bbb77f9d0
commit 0859d82d6b
2 changed files with 2 additions and 2 deletions

View File

@ -660,7 +660,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
statusCode != 304; statusCode != 304;
} }
enum Mode private enum Mode
{ {
StartLine, StartLine,
MessageHeader, MessageHeader,

View File

@ -273,7 +273,7 @@ namespace Microsoft.StandardsPolice
{ {
} }
enum ClassZone private enum ClassZone
{ {
Ignored, Ignored,
BeforeStart, BeforeStart,