Remove string concatenation in preconditions 01/14101/2
authorRobert Varga <rovarga@cisco.com>
Mon, 12 Jan 2015 11:55:15 +0000 (12:55 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 15 Jan 2015 10:10:20 +0000 (11:10 +0100)
commit49a82dec690a9ea7420ebd6560b714888c3de4da
tree48219d5c94d56c9153ca033a3a290ccdf13a96d1
parent4609e98f41e56f4c20e96e7c21b7d5c2a3eac19a
Remove string concatenation in preconditions

Preconditions support String.format()-style arguments, the use of which
actually makes them faster, as the singular string need not be
constructed if it's not used.

Change-Id: Ib60bf458e2ef57df71fa6d2820af0110632cb37f
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/config/yang-jmx-generator/src/main/java/org/opendaylight/controller/config/yangjmxgenerator/RuntimeBeanEntry.java