You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In POJO_Test.java (and every copy made for the purpose of testing JDBC and JPA) contain a bug in row 85.
First firstGame is added to the gameCollection from hostFromDB, which the persistence update is performed on the host object. Either both of these should be host or both of these should be hostFromDB.
This has cost me hours of my life.
The text was updated successfully, but these errors were encountered:
In POJO_Test.java (and every copy made for the purpose of testing JDBC and JPA) contain a bug in row 85.
First
firstGame
is added to thegameCollection
fromhostFromDB
, which the persistence update is performed on thehost
object. Either both of these should behost
or both of these should behostFromDB
.This has cost me hours of my life.
The text was updated successfully, but these errors were encountered: