We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596c7eb commit 3144444Copy full SHA for 3144444
hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
@@ -969,7 +969,7 @@ public void execute(Connection connection) throws SQLException {
969
@Test
970
public void testCustomPersister() throws Exception {
971
Session s = openSession();
972
- Custom c = c = new Custom();
+ Custom c = new Custom();
973
c.setName( "foo" );
974
c.id="100";
975
s.beginTransaction();
0 commit comments