Revert "Fix N_SE-46938 for tz list."
[platform/framework/native/appfw.git] / inc / FBaseUtilZipEntry.h
index ea09645..bc871d2 100644 (file)
@@ -62,7 +62,7 @@ namespace Tizen { namespace Base { namespace Utility
  *             unsigned long size = 0;
  *             ZipEntry entry;
  *
- *             FileUnzip unzip;
+ *             FileUnzipper unzip;
  *             String dataPath = App::GetInstance()->GetAppDataPath();
  *             unzip.Construct(dataPath + L"sample.zip");
  *