diff --git a/hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java b/hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java index 88e8604ede..5038a7e689 100644 --- a/hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java +++ b/hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java @@ -390,8 +390,8 @@ public class Helper { /** * Given a {@link ValueSourcesAdapter}, build the corresponding list of {@link RelationalValueSource} * - * @param valueSourcesAdapter The adapter describing the "value sources. - * @param bindingContext The HBM binding context + * @param mappingDocument the mapping document + * @param valueSourcesAdapter the adapter describing the value sources. * * @return The corresponding list. */