diff options
author | 2018-06-27 11:46:19 +0100 | |
---|---|---|
committer | 2018-06-27 11:46:37 +0100 | |
commit | dc94e09008ba0eb9dce7541d2c898ddc5c500814 (patch) | |
tree | 8bf2edf12dcf5062f120210be85d1e4f337ece2e /pom.xml | |
parent | f3bf5dd360b93fd7ef6cc8d871a9903de9f27e5a (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 'pom.xml')
0 files changed, 0 insertions, 0 deletions