Skip to content
Snippets Groups Projects
Commit 9562716f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 7eb13a6a
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!121Add Policy component serializer extensions
...@@ -1573,8 +1573,8 @@ public class Serializer { ...@@ -1573,8 +1573,8 @@ public class Serializer {
serializedKpiValueMax = serialize(kpiValueMax); serializedKpiValueMax = serialize(kpiValueMax);
} }
builder.setKpiMaxValue(serializedKpiValueMax);
builder.setKpiMinValue(serializedKpiValueMin); builder.setKpiMinValue(serializedKpiValueMin);
builder.setKpiMaxValue(serializedKpiValueMax);
return builder.build(); return builder.build();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment