Sonar Fix- ProbeController.java- Reorder the modifiers to comply with the Java Langua... 78/92778/1
authordinesha <dineshgs@in.ibm.com>
Tue, 6 Aug 2019 11:12:47 +0000 (16:42 +0530)
committerdinesha <dineshgs@in.ibm.com>
Tue, 6 Aug 2019 11:13:12 +0000 (16:43 +0530)
Fixed Sonar issues accross the file

Issue-ID: VID-547
Change-Id: I6240ae0bc339ba43b55b8a66609935bc63705c1d
Signed-off-by: dinesha <dineshgs@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java

index 26a8add..1ae38d1 100644 (file)
@@ -34,7 +34,7 @@ import java.util.List;
 @RequestMapping("probe")
 public class ProbeController extends RestrictedBaseController {
 
-    final private ProbeService probeService;
+    private final ProbeService probeService;
 
     @Autowired
     public ProbeController(ProbeService probeService) {