diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-09-05 10:31:47 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-09-05 10:33:47 -0400 |
commit | 1e6752c966b48eb2351416691c96f9858c54f978 (patch) | |
tree | b228a9671afec17a4e4680b4e56ba4804bd21d21 /src/main/java/org/openecomp | |
parent | 98d2d4fa91a9e9dc4a4444fe9aee0bf299de7d7b (diff) |
Improve SONAR coverage in aai/data-router
Change-Id: I568a2eda367e29dbf013881bdf03aeef3312e319
Issue-ID: AAI-214
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/java/org/openecomp')
-rw-r--r-- | src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java b/src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java index 290c47f..d6107ec 100644 --- a/src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java +++ b/src/main/java/org/openecomp/datarouter/policy/EntityEventPolicy.java @@ -955,7 +955,7 @@ public class EntityEventPolicy implements Processor { * @param target Resource to perform the operation on * @param allowDeleteEvent Allow delete operation to be performed on resource */ - private void handleSearchServiceOperation(DocumentStoreDataEntity eventEntity, + protected void handleSearchServiceOperation(DocumentStoreDataEntity eventEntity, String action, String index) { try { |