aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-06-27 11:46:19 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-06-27 11:46:37 +0100
commitdc94e09008ba0eb9dce7541d2c898ddc5c500814 (patch)
tree8bf2edf12dcf5062f120210be85d1e4f337ece2e /scripts
parentf3bf5dd360b93fd7ef6cc8d871a9903de9f27e5a (diff)
Remove the Generator Constants class
Move the String constants out of a common class and into the individual classes where they are used. This eliminates a set of Sonar code smells relating to non-standard ordering of declarations. It simplifies the code by removing the need for an empty private constructor in the static class (i.e. containing static methods only). Additionally, simplify the AaiModelGenerator interface by removing the static factory method (which is not currently required). If multiple implementations are needed we can use Spring annotations in the future. Issue-ID: AAI-1242 Change-Id: Ica03b66ae2fd899977093d11d3e23dc3f3c8f194 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions