Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ protected void assertInCollections(String uri, String... collections) {
/**
* Verify that the document at the given URI is not in any of the given collections.
*
* @param message
* @param uri
* @param collections
*/
Expand Down Expand Up @@ -171,7 +170,6 @@ protected List<String> getUrisInCollection(String collectionName, int expectedCo
* convenience methods for asserting on the permissions on a document.
*
* @param uri
* @param t
* @return
*/
protected PermissionsTester readDocumentPermissions(String uri) {
Expand All @@ -184,7 +182,6 @@ protected PermissionsTester readDocumentPermissions(String uri) {
* Convenience method for getting the properties for a document as a fragment.
*
* @param uri
* @param client
* @return
*/
protected XmlNode readDocumentProperties(String uri) {
Expand Down