This commit is contained in:
Chris Cranford 2016-04-26 12:54:18 -05:00 committed by Steve Ebersole
parent 9076c78785
commit 4e2f0f804d
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ public class MasterDetailTest extends LegacyTestCase {
@Test
public void testCustomPersister() throws Exception {
Session s = openSession();
Custom c = c = new Custom();
Custom c = new Custom();
c.setName( "foo" );
c.id="100";
s.beginTransaction();