DATACASS-115 - Added @author to modified test classes.

This commit is contained in:
David T Webb
2014-03-25 13:58:03 -04:00
parent e370e1a49a
commit 9c2cf17c03
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ import static org.junit.Assert.assertTrue;
*
* @author Alex Shvid
* @author Matthew T. Adams
* @author David Webb
*/
public class UserRepositoryIntegrationTests {

View File

@@ -27,6 +27,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
* Base class for Java config tests for {@link UserRepository}.
*
* @author Matthew T. Adams
* @author David Webb
*/
@RunWith(SpringJUnit4ClassRunner.class)
public abstract class UserRepositoryIntegrationTestsDelegator extends