BUG-1281: make methods static
authorRobert Varga <rovarga@cisco.com>
Mon, 28 Jul 2014 20:02:40 +0000 (22:02 +0200)
committerEd Warnicke <eaw@cisco.com>
Wed, 6 Aug 2014 01:37:17 +0000 (01:37 +0000)
commitd7b9ad3f5c3941708a6700d758ec4f35704b3d21
treee93c3561d5d95b89c9aaeaa1636d0587d967b20e
parent3289e2fdd1e1e231ed6e48b81cfd345e0714911f
BUG-1281: make methods static

As it turns out ControllerContext has a few methods which do not touch
instance state -- make those static and fixup callers.

Change-Id: Id8d04f2426435528ee754f56b34f91d25a49d3ee
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/ControllerContext.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestCodec.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java