diff options
author | Liang Ding <liang.ding@intel.com> | 2019-03-24 21:40:51 -0700 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-03-25 10:49:01 +0000 |
commit | 53903f1d96affe2c21e3ffbdd45aea8f7af0714d (patch) | |
tree | c20ac44bf271923c4e76fd3177816a779c521d2e /asdctool/src/main/java | |
parent | 804ec686128a49628e9f656397e4a4512e4c5714 (diff) |
fix a typo
retrive -- > retrieve
Change-Id: Ic6bce5b991c042cc2d19f1f72dd827644111b105
Issue-ID: SDC-2207
Signed-off-by: Liang Ding <liang.ding@intel.com>
Diffstat (limited to 'asdctool/src/main/java')
-rw-r--r-- | asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/DataMigration.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |