IN PROGRESS - BATCH-672: made Player a JavaBean
This commit is contained in:
@@ -57,7 +57,7 @@ public class JdbcPlayerDaoIntegrationTests {
|
||||
playerDao.setDataSource(dataSource);
|
||||
|
||||
player = new Player();
|
||||
player.setID("AKFJDL00");
|
||||
player.setId("AKFJDL00");
|
||||
player.setFirstName("John");
|
||||
player.setLastName("Doe");
|
||||
player.setPosition("QB");
|
||||
|
||||
Reference in New Issue
Block a user