commit | 3ba3f77b2daa129fb2379e932cf35277e827a51b | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Tue Aug 06 11:33:06 2019 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Tue Aug 06 11:33:06 2019 +0000 |
tree | b3b8544ace76fd53b0b1b159118481fab6fd2867 | |
parent | 6da0213ac4747a37a1dde8007339ccf5e88f8554 [diff] | |
parent | 682cd3f0c30423acc0a32b40c9b58bb334f8bbdc [diff] |
Merge "Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions"
diff --git a/vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java b/vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java index 26a8add..1ae38d1 100644 --- a/vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java +++ b/vid-app-common/src/main/java/org/onap/vid/controller/ProbeController.java
@@ -34,7 +34,7 @@ @RequestMapping("probe") public class ProbeController extends RestrictedBaseController { - final private ProbeService probeService; + private final ProbeService probeService; @Autowired public ProbeController(ProbeService probeService) {