Add "@Override" annotation above method signature 63/92263/1
authoranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 10:19:15 +0000 (15:49 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 10:22:20 +0000 (15:52 +0530)
commit1dcea8a9c28ee6c2a1cbb786ad5d85070b4d2d8d
tree54c8b15d9c0fa6bc292a1fded78684aaccfa3bb8
parent8ab5893402544af46c8dfc67d907daa042e32c7e
Add "@Override" annotation above method signature

Using the @Override annotation is useful for:

It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling.
It improves the readability of the source code by making it obvious that methods are overridden.

Change-Id: Ibcba103817ae804b064972cbe93c4a7e85076db7
Issue-ID: CCSDK-1558
Signed-off-by: anushadasari <danush10@in.ibm.com>
aai-service/provider/src/main/java/org/onap/ccsdk/sli/adaptors/aai/CustomQueryRequest.java