Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 574a381

Browse files
Sumanth SathyanarayanaSumanth Sathyanarayana
authored andcommitted
Merging the pull request from nemethf
2 parents 414eec1 + c4ed6bf commit 574a381

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/org/flowvisor/message/statistics/FVDescriptionStatistics.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ public void classifyFromSwitch(FVStatisticsReply msg, FVClassifier fvClassifier)
3333

3434
this.datapathDescription += " (" + remote.getAddress().getHostAddress() + ":"
3535
+ remote.getPort() + ")";
36-
3736
this.datapathDescription += " (" + FlowVisor.FLOWVISOR_VERSION + ")";
38-
37+
3938
if (this.datapathDescription.length() > FVDescriptionStatistics.DESCRIPTION_STRING_LENGTH)
4039
this.datapathDescription = this.datapathDescription.substring(
4140
0,

0 commit comments

Comments
 (0)