Committed by
Gerrit Code Review
Remove unnecessary static from enum
Change-Id: Ie2f356c47d7d85100b789a15d913502868d95e8a
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -52,7 +52,7 @@ public final class PortNumber { | ... | @@ -52,7 +52,7 @@ public final class PortNumber { |
52 | /** | 52 | /** |
53 | * Logical PortNumbers. | 53 | * Logical PortNumbers. |
54 | */ | 54 | */ |
55 | - public static enum Logical { | 55 | + public enum Logical { |
56 | IN_PORT(IN_PORT_NUMBER), | 56 | IN_PORT(IN_PORT_NUMBER), |
57 | TABLE(TABLE_NUMBER), | 57 | TABLE(TABLE_NUMBER), |
58 | NORMAL(NORMAL_NUMBER), | 58 | NORMAL(NORMAL_NUMBER), | ... | ... |
-
Please register or login to post a comment