Skip to content

Commit f647fa4

Browse files
committed
update
1 parent ba3030d commit f647fa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lambda-api/src/test/java/com/formkiq/stacks/api/handler/DocumentsIdRequestTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ private List<Document> getDocuments(final String siteId) throws ApiException {
211211
.getDocuments());
212212
}
213213

214-
@NotNullprivate
215-
List<Document> getSoftDeletedDocuments(final String siteId) throws ApiException {
214+
private List<Document> getSoftDeletedDocuments(final String siteId) throws ApiException {
216215
return notNull(this.documentsApi
217216
.getDocuments(siteId, null, Boolean.TRUE, null, null, null, null, null).getDocuments());
218217
}

0 commit comments

Comments
 (0)