Fix UTF-8 in JdbcDaoImplTests

This commit is contained in:
Rob Winch 2017-12-20 15:50:23 -06:00
parent b011076d2b
commit c856c376df
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import static org.mockito.Mockito.verify;
* Tests {@link JdbcDaoImpl}. * Tests {@link JdbcDaoImpl}.
* *
* @author Ben Alex * @author Ben Alex
* @author Eddú Meléndez * @author Eddú Meléndez
*/ */
public class JdbcDaoImplTests { public class JdbcDaoImplTests {