Skip to content

Commit f833f11

Browse files
committed
fix message id range
1 parent 658d44a commit f833f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/event/internal/EntityCopyLogging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
description = "Logging related to EntityCopyObservers"
2727
)
2828
@MessageLogger(projectCode = "HHH")
29-
@ValidIdRange(min = 90070001, max = 90080000)
29+
@ValidIdRange(min = 90080001, max = 90090000)
3030
@Internal
3131
public interface EntityCopyLogging extends BasicLogger {
3232
String NAME = EventListenerLogging.NAME + ".copy";

0 commit comments

Comments
 (0)