diff --git a/jOOQ/src/main/java/org/jooq/Source.java b/jOOQ/src/main/java/org/jooq/Source.java index d251859121..f044e91ec6 100644 --- a/jOOQ/src/main/java/org/jooq/Source.java +++ b/jOOQ/src/main/java/org/jooq/Source.java @@ -47,7 +47,7 @@ import java.nio.charset.Charset; /** * A source of text data. *

- * [#8986] As of jOOQ 3.11, this is INTERNAL API and should not be used by + * [#8986] As of jOOQ 3.12, this is INTERNAL API and should not be used by * users. */ @Internal