JavaFileTemplate.findProperty() should be static
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Mar 2020 14:15:11 +0000 (15:15 +0100)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 19 Jun 2024 00:41:31 +0000 (10:41 +1000)
commit881023c2570d8cd3f2419327c88c51dcd12145d3
tree5d9e165dec88f8c34efd57027b3564aeaa72c36b
parentd6acc4794b028986406be1255cc566f1c6bf3472
JavaFileTemplate.findProperty() should be static

This method does not touch any local state -- hence it is truly
a static utility that can be moved to a properly-bound state.

Change-Id: Iad3b70d129e758a24aaa0558a1549728f529f236
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/JavaFileTemplate.java