diff options
Diffstat (limited to 'asdctool')
-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 |