Skip to content

Commit

Permalink
Changed description to not confuse later for such description even id…
Browse files Browse the repository at this point in the history
…entified (#1162)
  • Loading branch information
mareknovotny authored and jsight committed Aug 24, 2017
1 parent d144c46 commit 4c5baa2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -90,7 +90,7 @@ public void perform(GraphRewrite event, EvaluationContext context, ArchiveModel
projectModel = projectModelService.create();
projectModel.setName(archiveModel.getArchiveName());
projectModel.setRootFileModel(archiveModel);
projectModel.setDescription("Unidentified Archive");
projectModel.setDescription("Not available");

if(ZipUtil.endsWithZipExtension(archiveModel.getArchiveName()))
{
Expand Down

0 comments on commit 4c5baa2

Please sign in to comment.