[#8573] Outdated Javadoc on ExecuteType.DDL

This commit is contained in:
lukaseder 2019-04-29 10:52:55 +02:00
parent 6ad62ad5b7
commit cc4d7cd837

View File

@ -62,8 +62,6 @@ public enum ExecuteType {
/**
* A DDL statement is being executed.
* <p>
* Currently, this only applies to <code>TRUNCATE</code> statements
*/
DDL,