Change RecoverFiles step name 01/118701/2
authorDamian Pietruchowski <d.pietruchow@samsung.com>
Mon, 13 Mar 2017 16:05:29 +0000 (17:05 +0100)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Fri, 17 Mar 2017 06:50:05 +0000 (23:50 -0700)
Change-Id: I493272f4d32da680ac274b844daf4a9635a7e845
Signed-off-by: Damian Pietruchowski <d.pietruchow@samsung.com>
src/common/step/filesystem/step_recover_files.h

index 4a27a74..603757f 100644 (file)
@@ -14,7 +14,7 @@ namespace common_installer {
 namespace filesystem {
 
 /**
- * @brief The StepRecoverBackup class
+ * @brief The StepRecoverFiles class
  *        Fixes state of package files in recovery mode.
  *
  * For recovering new installation, package files are removed.
@@ -33,7 +33,7 @@ class StepRecoverFiles : public recovery::StepRecovery {
  private:
   bool SetPackagePath();
 
-  STEP_NAME(RecoverBackup)
+  STEP_NAME(RecoverFiles)
 };
 
 }  // namespace filesystem