Remove TODO 97/84097/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 16 Aug 2016 14:56:20 +0000 (16:56 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Tue, 16 Aug 2016 14:56:20 +0000 (16:56 +0200)
According to: https://developer.tizen.org/development/tools/native-tools/manifest-text-editor
we don't need to handle multiple author tag.

Just removing TODO

Change-Id: Ifa12d0384c069d6f28d981f442c541d04f239852

src/tpk_manifest_handlers/author_handler.cc

index f0e6fe3239023fca92f7054c9f961a6e9ac0089d..5bc20279cb5ba1b0d4248a6fa30a314a3c990433 100644 (file)
@@ -52,7 +52,6 @@ bool AuthorHandler::Parse(
   std::shared_ptr<AuthorInfo> author(new AuthorInfo());
 
   auto items = parser::GetOneOrMany(manifest.value(), kAuthorKey, "");
-  // TODO(t.iwanek): handle multiple authors
   if (items.empty())
     return true;