From 9b869d3f5de4287bad085440f1cabc0ae053db6f Mon Sep 17 00:00:00 2001 From: Yuta HIGUCHI Date: Wed, 10 May 2017 18:52:17 -0700 Subject: [PATCH] Bugfix: removing duplicate of_flow_stats_request of_flow_stats_request has special default value (see comment on L537) and definition with special definition is already present at L790. this patch removes duplicate definition of of_flow_stats_request --- java_gen/java_type.py | 1 - 1 file changed, 1 deletion(-) diff --git a/java_gen/java_type.py b/java_gen/java_type.py index 4c2ef7f3c..8a7434511 100644 --- a/java_gen/java_type.py +++ b/java_gen/java_type.py @@ -820,7 +820,6 @@ def gen_fixed_length_string_jtype(length): 'of_features_reply' : { 'auxiliary_id' : of_aux_id}, 'of_bundle_add_msg' : { 'data' : of_message }, - 'of_flow_stats_request' : { 'out_group' : of_group }, 'of_flow_lightweight_stats_request' : { 'out_group' : of_group } }