[jOOQ/jOOQ#9190] Standardise RETURN

This commit is contained in:
Lukas Eder 2021-01-28 16:38:25 +01:00
parent 2fc91bab03
commit f620247007
2 changed files with 62 additions and 37 deletions

View File

@ -12660,42 +12660,6 @@ public class DSL {
@ -18508,6 +18472,36 @@ public class DSL {

View File

@ -37,7 +37,38 @@
*/
package org.jooq.impl;
import static org.jooq.impl.Keywords.K_EXIT;