Assign variables in HttpEntry closer to where they are used 78/139178/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 9 Oct 2024 11:30:11 +0000 (13:30 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 9 Oct 2024 11:51:19 +0000 (13:51 +0200)
commit51186f010e5aa43da43c56758bc5d761bec155d9
tree08cdee778015e8fdc43fb4689884f4f58cad4d19
parentcc343f0701d094de1ccc3fa3459d10e0fdc8db49
Assign variables in HttpEntry closer to where they are used

- HttpEntry should be broken into smaller chunks that are more maintainable

Issue-ID: AAI-3660
Change-Id: I1f0fe2307c837f7de9e26eb02d9e5d5ef44927df
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-core/src/main/java/org/onap/aai/rest/db/HttpEntry.java