Skip to content

Commit

Permalink
LPS-32328 Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnlok authored and brianchandotcom committed Jan 15, 2013
1 parent a1c1e45 commit 723ab3b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -64,6 +64,7 @@
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.Serializable;

import java.util.ArrayList;
import java.util.HashMap;
Expand Down Expand Up @@ -526,7 +527,8 @@ protected void doAddJournalArticles(
JournalArticleLocalServiceUtil.updateStatus(
userId, groupId, journalArticle.getArticleId(),
journalArticle.getVersion(), WorkflowConstants.STATUS_APPROVED,
StringPool.BLANK, serviceContext);
StringPool.BLANK, new HashMap<String, Serializable>(),
serviceContext);
}

protected void doImportResources() throws Exception {
Expand Down

0 comments on commit 723ab3b

Please sign in to comment.