From 53903f1d96affe2c21e3ffbdd45aea8f7af0714d Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 24 Mar 2019 21:40:51 -0700 Subject: fix a typo retrive -- > retrieve Change-Id: Ic6bce5b991c042cc2d19f1f72dd827644111b105 Issue-ID: SDC-2207 Signed-off-by: Liang Ding --- .../src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asdctool') diff --git a/asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java b/asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java index ebd2e2e108..7df5810a2f 100644 --- a/asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java +++ b/asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java @@ -213,7 +213,7 @@ public class DataMigration { * corresponding audit event according to the table name * * @param map - * the map from which we will retrive the fields enum values + * the map from which we will retrieve the fields enum values * @param table * the table we are going to store the record in. * @return an AuditingGenericEvent event representing the audit record that is going to be -- cgit 1.2.3-korg