Adding private keyword to private enums
This commit is contained in:
parent
3bbb77f9d0
commit
0859d82d6b
|
|
@ -660,7 +660,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
statusCode != 304;
|
||||
}
|
||||
|
||||
enum Mode
|
||||
private enum Mode
|
||||
{
|
||||
StartLine,
|
||||
MessageHeader,
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ namespace Microsoft.StandardsPolice
|
|||
{
|
||||
}
|
||||
|
||||
enum ClassZone
|
||||
private enum ClassZone
|
||||
{
|
||||
Ignored,
|
||||
BeforeStart,
|
||||
|
|
|
|||
Loading…
Reference in New Issue