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 658d44a commit f833f11Copy full SHA for f833f11
hibernate-core/src/main/java/org/hibernate/event/internal/EntityCopyLogging.java
@@ -26,7 +26,7 @@
26
description = "Logging related to EntityCopyObservers"
27
)
28
@MessageLogger(projectCode = "HHH")
29
-@ValidIdRange(min = 90070001, max = 90080000)
+@ValidIdRange(min = 90080001, max = 90090000)
30
@Internal
31
public interface EntityCopyLogging extends BasicLogger {
32
String NAME = EventListenerLogging.NAME + ".copy";
0 commit comments