[jOOQ/jOOQ#9231] Wrong Javadoc on org.jooq.Source

This commit is contained in:
Lukas Eder 2019-09-17 17:14:02 +02:00
parent 596cfd6ad6
commit df7180f3fa

View File

@ -47,7 +47,7 @@ import java.nio.charset.Charset;
/**
* A source of text data.
* <p>
* [#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