[#6069] Bad Javadoc on Catalog.getName()

This commit is contained in:
lukaseder 2017-04-19 20:23:09 +02:00
parent ec3d87a712
commit de1e0c763f

View File

@ -39,15 +39,13 @@ import java.util.stream.Stream;
/**
* An object representing a database catalog.
* <p>
* NOTE: Catalogs are experimental in jOOQ 3.0
*
* @author Lukas Eder
*/
public interface Catalog extends QueryPart {
/**
* The name of this schema.
* The name of this catalog.
*/
String getName();