Fix typo
This commit is contained in:
parent
9076c78785
commit
4e2f0f804d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue