Skip to content

Commit 2d98bee

Browse files
committed
Add the isInTrashExplicitly method
1 parent 45381ab commit 2d98bee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/github/davidepastore/liferay/MockedJournalArticle.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,4 +858,9 @@ public void setSmallImageType(String smallImageType) {
858858

859859
}
860860

861+
public boolean isInTrashExplicitly() {
862+
// TODO Auto-generated method stub
863+
return false;
864+
}
865+
861866
}

0 commit comments

Comments
 (0)