Skip to content

Commit 3144444

Browse files
committed
Fix typo
1 parent 596c7eb commit 3144444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ public void execute(Connection connection) throws SQLException {
969969
@Test
970970
public void testCustomPersister() throws Exception {
971971
Session s = openSession();
972-
Custom c = c = new Custom();
972+
Custom c = new Custom();
973973
c.setName( "foo" );
974974
c.id="100";
975975
s.beginTransaction();

0 commit comments

Comments
 (0)