BUG-2012: stats via jmx failing with exception 29/11429/1
authorMichal Rehak <mirehak@cisco.com>
Sun, 21 Sep 2014 22:52:38 +0000 (00:52 +0200)
committerMichal Rehak <mirehak@cisco.com>
Sun, 21 Sep 2014 22:52:38 +0000 (00:52 +0200)
- removed trailing spaces on right (formatting experiment consequences)

Change-Id: Ic1048f994e33cb724d7a9b419dae8bdee26223ea
Signed-off-by: Michal Rehak <mirehak@cisco.com>
openflowplugin/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/common/config/impl/rev140326/MsgSpyServiceModule.java

index 5b303d43fb0040e5fa2184a5395e227d15c3fe4b..c30782928a75409c0db802c5a37ae4260d63ec6a 100644 (file)
@@ -58,7 +58,7 @@ public class MsgSpyServiceModule extends org.opendaylight.yang.gen.v1.urn.openda
 
                 StringBuilder strBuilder = new StringBuilder(ft.format(System.currentTimeMillis()));
                 for (String stat : statList) {
-                    strBuilder.append("\n").append(stat).append(Strings.repeat(" ", (100 -stat.length())));
+                    strBuilder.append("\n").append(stat);
                 }
                 return strBuilder.toString();
             }