[jOOQ/jOOQ#2370] [jOOQ/jOOQ#8528] Override TableOptions.toString()
This commit is contained in:
parent
24cf349eb2
commit
d6a38dbb55
@ -230,6 +230,11 @@ public final class TableOptions implements Serializable {
|
||||
return source;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TableOptions[" + type + "]";
|
||||
}
|
||||
|
||||
/**
|
||||
* A description of the type of a {@link Table}.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user