Make NetconfMessageTransformUtil constants final 78/12978/1
authorRobert Varga <rovarga@cisco.com>
Thu, 20 Nov 2014 10:09:46 +0000 (11:09 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 20 Nov 2014 10:09:46 +0000 (11:09 +0100)
commit61486fc82a2f4b3dc49ea49102e08680f8f059a6
tree11ce7f74ac15f1d13e21d86b9f3b873c783e70b2
parente773a75ec0a88fb88c3314f89ce92d951401e585
Make NetconfMessageTransformUtil constants final

All of these constants were missing 'final' keyword, making them not
really constant.

Change-Id: I192df7dc9d063442f99256e874d467ed800f3717
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/util/NetconfMessageTransformUtil.java