BUG-509: explain the use of SuppressWarnings 93/5993/2
authorRobert Varga <rovarga@cisco.com>
Wed, 9 Apr 2014 04:02:11 +0000 (06:02 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 9 Apr 2014 11:02:14 +0000 (11:02 +0000)
commit0897c90182109d6879a5455a4088593770cb8ac9
tree7055cbff7ac588f24b9a85e5c4cdf540722e3e82
parentcf1bc562f10296aa8f16473bac6688b5e8727182
BUG-509: explain the use of SuppressWarnings

This adds an explanation why we opted to suppress warnings instead of
doing the type-safe thing.

Also speeds up string building very slightly by compacting two append()
calls and using append(char) instead append(String).

Change-Id: Ifed1005bb118de101476063790b5c8aee73888bb
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/src/main/java/org/opendaylight/controller/md/sal/dom/store/impl/StoreUtils.java