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;
|
statusCode != 304;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum Mode
|
private enum Mode
|
||||||
{
|
{
|
||||||
StartLine,
|
StartLine,
|
||||||
MessageHeader,
|
MessageHeader,
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,7 @@ namespace Microsoft.StandardsPolice
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
enum ClassZone
|
private enum ClassZone
|
||||||
{
|
{
|
||||||
Ignored,
|
Ignored,
|
||||||
BeforeStart,
|
BeforeStart,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue