Skip to content

Commit 3d53848

Browse files
committed
[#1550] Fix javadoc typo in ReactiveIdenitityGenerator
1 parent 2762679 commit 3d53848

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/persister/entity/impl/ReactiveIdentityGenerator.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@
1212
import org.hibernate.id.PostInsertIdentityPersister;
1313
import org.hibernate.id.insert.InsertGeneratedIdentifierDelegate;
1414
import org.hibernate.reactive.id.insert.ReactiveInsertReturningDelegate;
15-
import org.hibernate.reactive.logging.impl.Log;
16-
17-
import static java.lang.invoke.MethodHandles.lookup;
18-
import static org.hibernate.reactive.logging.impl.LoggerFactory.make;
1915

2016
/**
2117
* Fix the insert and select id queries generated by Hibernate ORM
2218
*/
2319
public class ReactiveIdentityGenerator extends IdentityGenerator {
2420

25-
private static final Log LOG = make( Log.class, lookup() );
26-
2721
/**
28-
* @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockraochDB
22+
* @see CockroachDBIdentityColumnSupport#supportsIdentityColumns() for some limitations related to CockroachDB
2923
*/
3024
@Override
3125
public InsertGeneratedIdentifierDelegate getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister) {

0 commit comments

Comments
 (0)