Move the variable to comply with JCC. 40/93940/1
authoranushadasari <danush10@in.ibm.com>
Tue, 20 Aug 2019 09:12:19 +0000 (14:42 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 20 Aug 2019 09:12:52 +0000 (14:42 +0530)
commit8304a47a1fc59d6f6af0c957c96946e5cf099309
tree929a53d4dd41b265aabfbba8047d41df670b31e6
parented321cd4b767a3e3e00528b29db4e51c0992d99b
Move the variable to comply with JCC.

According to the Java Code Conventions as defined by Oracle, the members of a class or interface declaration should appear in the following order in the source files:
Class and instance variables
Constructors
Methods

Issue-ID: VID-579
Change-Id: Ie87b550a30df06eb2498565b719bd52b11d0c3f9
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/job/impl/JobSchedulerInitializer.java