Add "@Override" annotation above method signature. 05/95205/4
authoranushadasari <danush10@in.ibm.com>
Mon, 9 Sep 2019 07:07:09 +0000 (12:37 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:47:42 +0000 (16:47 +0000)
commit0b6ca2b05ca0896ad4f9b2f4943b1fa9292e8dfb
tree82abc6232eb65a198e0ec0ce2ae4c75c4581cbab
parentb067652d82e9e872638ec506469cfc03b6009e83
Add "@Override" annotation above method signature.

Using the @Override annotation is useful for two reasons :
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.

Issue-ID: VID-612
Change-Id: Ic628b85f7a3e4c08712c88298fa4620ecddce0cc
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/model/VidWorkflow.java