Make check methods static 00/14100/2
authorRobert Varga <rovarga@cisco.com>
Mon, 12 Jan 2015 11:54:52 +0000 (12:54 +0100)
committerRobert Varga <rovarga@cisco.com>
Thu, 15 Jan 2015 10:09:51 +0000 (11:09 +0100)
commit4609e98f41e56f4c20e96e7c21b7d5c2a3eac19a
tree1c8ca80726dc061568cb7b53f9b6b86023e0bee8
parentee54be0ffe806b9369e67a18053b7fedb370200e
Make check methods static

The check methods do not have to have access to the object, so make them
static, making the interactions a bit more clear.

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