Remove unnecessary CHECKSTYLE comment
Change-Id: I43b251d1029c7bd8bd754b40caf8e3057d6eb797
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -156,7 +156,6 @@ public final class FlowObjectiveCompositionUtil { | ... | @@ -156,7 +156,6 @@ public final class FlowObjectiveCompositionUtil { |
156 | return treatmentBuilder.build(); | 156 | return treatmentBuilder.build(); |
157 | } | 157 | } |
158 | 158 | ||
159 | - //CHECKSTYLE:OFF | ||
160 | public static TrafficSelector revertTreatmentSelector(TrafficTreatment trafficTreatment, | 159 | public static TrafficSelector revertTreatmentSelector(TrafficTreatment trafficTreatment, |
161 | TrafficSelector trafficSelector) { | 160 | TrafficSelector trafficSelector) { |
162 | 161 | ... | ... |
-
Please register or login to post a comment