diff --git a/jOOQ/src/main/java/org/jooq/ExecuteListener.java b/jOOQ/src/main/java/org/jooq/ExecuteListener.java
index b9cbad83fa..d9cd7e746d 100644
--- a/jOOQ/src/main/java/org/jooq/ExecuteListener.java
+++ b/jOOQ/src/main/java/org/jooq/ExecuteListener.java
@@ -772,21 +772,8 @@ public interface ExecuteListener extends EventListener, Serializable {
* {@link ResultQuery#fetchMany()}, this is called several times, once per
* ResultSet
*
- *
- * Not all types of execution produce results of type {@link Result}. For - * example, these do not: - *
- * Note that this method is also not called when executing queries that do - * not return a result, or when executing routines. + * Note that this method is not called when executing queries that do not + * return a result, or when executing routines. */ void fetchStart(ExecuteContext ctx); @@ -831,9 +818,27 @@ public interface ExecuteListener extends EventListener, Serializable { * emitted. * *
- * Note that this method is not called when executing queries that do not - * return a result, or when executing routines. This is also not called when - * fetching single records, with {@link Cursor#fetchNext()} for instance. + *
+ * Not all types of execution produce results of type {@link Result}. For + * example, these do not: + *
+ * Note that this method is also not called when executing queries that do + * not return a result, or when executing routines. This is also not called + * when fetching single records, with {@link Cursor#fetchNext()} for + * instance. */ void resultStart(ExecuteContext ctx); @@ -972,9 +977,27 @@ public interface ExecuteListener extends EventListener, Serializable { * emitted. * *
- * Note that this method is not called when executing queries that do not - * return a result, or when executing routines. This is also not called when - * fetching single records, with {@link Cursor#fetchNext()} for instance. + *
+ * Not all types of execution produce results of type {@link Result}. For + * example, these do not: + *
+ * Note that this method is also not called when executing queries that do
+ * not return a result, or when executing routines. This is also not called
+ * when fetching single records, with {@link Cursor#fetchNext()} for
+ * instance.
*/
void resultEnd(ExecuteContext ctx);
@@ -1030,21 +1053,8 @@ public interface ExecuteListener extends EventListener, Serializable {
* {@link ResultQuery#fetchMany()}, this is called several times, once per
* ResultSet
*
- *
- * Not all types of execution produce results of type {@link Result}. For - * example, these do not: - *
- * Note that this method is also not called when executing queries that do - * not return a result, or when executing routines. + * Note that this method is not called when executing queries that do not + * return a result, or when executing routines. */ void fetchEnd(ExecuteContext ctx);