Organize some Java imports

This commit is contained in:
Knut Wannheden 2019-06-25 10:04:30 +02:00
parent b72961dbfb
commit b10d07e25c
5 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,7 @@ package org.jooq;

View File

@ -62,6 +62,7 @@ package org.jooq;

View File

@ -37,7 +37,6 @@
*/
package org.jooq.impl;
import java.io.Writer;

View File

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

View File

@ -37,7 +37,6 @@
*/
package org.jooq.impl;
// ...