diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-21 17:50:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-21 17:50:36 +0000 |
commit | 79a9cadfca4bb99472bc36dcdfb3f8effb8a281e (patch) | |
tree | 1e671c8da9168b1f468dc0746ed81af44d809397 /ONAP-PAP-REST | |
parent | 5ab9c7f1179455f3ea048c1bbea02e8339474bdf (diff) | |
parent | 399fc3abc5aa64b25dbf1e4b795e66158f6da27b (diff) |
Merge "Redundant code removal and hadrcoded strings"
Diffstat (limited to 'ONAP-PAP-REST')
-rw-r--r-- | ONAP-PAP-REST/src/test/java/org/onap/policy/pap/ia/DbAuditCompareEntriesTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/ia/DbAuditCompareEntriesTest.java b/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/ia/DbAuditCompareEntriesTest.java index f913c181f..13255ba50 100644 --- a/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/ia/DbAuditCompareEntriesTest.java +++ b/ONAP-PAP-REST/src/test/java/org/onap/policy/pap/ia/DbAuditCompareEntriesTest.java @@ -233,7 +233,7 @@ public class DbAuditCompareEntriesTest { entry1.setFlag("flag1"); - entry1.setResoruceNodeName("node1"); + entry1.setResourceNodeName("node1"); entry1.setResourceName("resourceName"); entry1.setTimeStamp(new Date()); |