diff --git a/jOOQ/src/main/java/org/jooq/DSLContext.java b/jOOQ/src/main/java/org/jooq/DSLContext.java
index c05b29a409..e991daed8f 100644
--- a/jOOQ/src/main/java/org/jooq/DSLContext.java
+++ b/jOOQ/src/main/java/org/jooq/DSLContext.java
@@ -3618,7 +3618,7 @@ public interface DSLContext {
// [jooq-tools] START [merge]
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3642,7 +3642,7 @@ public interface DSLContext {
MergeKeyStep1 mergeInto(Table table, Field field1);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3666,7 +3666,7 @@ public interface DSLContext {
MergeKeyStep2 mergeInto(Table table, Field field1, Field field2);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3690,7 +3690,7 @@ public interface DSLContext {
MergeKeyStep3 mergeInto(Table table, Field field1, Field field2, Field field3);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3714,7 +3714,7 @@ public interface DSLContext {
MergeKeyStep4 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3738,7 +3738,7 @@ public interface DSLContext {
MergeKeyStep5 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3762,7 +3762,7 @@ public interface DSLContext {
MergeKeyStep6 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3786,7 +3786,7 @@ public interface DSLContext {
MergeKeyStep7 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3810,7 +3810,7 @@ public interface DSLContext {
MergeKeyStep8 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3834,7 +3834,7 @@ public interface DSLContext {
MergeKeyStep9 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3858,7 +3858,7 @@ public interface DSLContext {
MergeKeyStep10 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3882,7 +3882,7 @@ public interface DSLContext {
MergeKeyStep11 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3906,7 +3906,7 @@ public interface DSLContext {
MergeKeyStep12 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3930,7 +3930,7 @@ public interface DSLContext {
MergeKeyStep13 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3954,7 +3954,7 @@ public interface DSLContext {
MergeKeyStep14 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13, Field field14);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -3978,7 +3978,7 @@ public interface DSLContext {
MergeKeyStep15 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13, Field field14, Field field15);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -4002,7 +4002,7 @@ public interface DSLContext {
MergeKeyStep16 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13, Field field14, Field field15, Field field16);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -4026,7 +4026,7 @@ public interface DSLContext {
MergeKeyStep17 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13, Field field14, Field field15, Field field16, Field field17);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -4050,7 +4050,7 @@ public interface DSLContext {
MergeKeyStep18 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field field7, Field field8, Field field9, Field field10, Field field11, Field field12, Field field13, Field field14, Field field15, Field field16, Field field17, Field field18);
/**
- * Create a new DSL merge statement (H2-specific syntax)
+ * Create a new DSL merge statement (H2-specific syntax).
*
* This statement is available from DSL syntax only. It is known to be
* supported in some way by any of these dialects:
@@ -4074,7 +4074,7 @@ public interface DSLContext {
MergeKeyStep19 mergeInto(Table table, Field field1, Field field2, Field field3, Field field4, Field field5, Field field6, Field