[jOOQ/jOOQ#9043] API no longer internal in 3.13

This commit is contained in:
Lukas Eder 2019-09-17 17:17:40 +02:00
parent df7180f3fa
commit cc69dfef40

View File

@ -46,11 +46,7 @@ import java.nio.charset.Charset;
/**
* A source of text data.
* <p>
* [#8986] As of jOOQ 3.12, this is INTERNAL API and should not be used by
* users.
*/
@Internal
public final class Source {
private final String string;