fix misleading parameter name
This commit is contained in:
parent
75e387e81b
commit
c5d7030741
|
@ -72,9 +72,9 @@ public class UuidGenerator implements BeforeExecutionGenerator {
|
||||||
|
|
||||||
public UuidGenerator(
|
public UuidGenerator(
|
||||||
org.hibernate.annotations.UuidGenerator config,
|
org.hibernate.annotations.UuidGenerator config,
|
||||||
Member idMember,
|
Member member,
|
||||||
GeneratorCreationContext creationContext) {
|
GeneratorCreationContext creationContext) {
|
||||||
this(config, idMember);
|
this(config, member);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue