Resolve merge conflicts.

This commit is contained in:
akwizgran
2018-05-07 14:37:32 +00:00
8 changed files with 382 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ public interface TestDataCreator {
/**
* Create fake test data on the DatabaseExecutor
*
* @param numContacts Number of contacts to create.
* @param numContacts Number of contacts to create. Must be >= 1
* @param numPrivateMsgs Number of private messages to create for each
* contact.
* @param numBlogPosts Number of blog posts to create.