Formatting cleanup

This commit is contained in:
alex-semenyuk 2015-08-09 19:13:51 +02:00
parent 759298a2bc
commit 02ba4a5605
5 changed files with 66 additions and 69 deletions

View File

@ -7,7 +7,6 @@ import org.junit.Before;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoOperations; import org.springframework.data.mongodb.core.MongoOperations;
public class BaseQueryIntegrationTest { public class BaseQueryIntegrationTest {
@Autowired @Autowired

View File

@ -111,4 +111,3 @@ public class DSLQueryIntegrationTest extends BaseQueryIntegrationTest {
assertThat(users.size(), is(1)); assertThat(users.size(), is(1));
} }
} }

View File

@ -96,4 +96,3 @@ public class JSONQueryIntegrationTest extends BaseQueryIntegrationTest {
assertThat(users.size(), is(1)); assertThat(users.size(), is(1));
} }
} }