This commit is contained in:
Lukas Eder 2021-02-24 20:23:16 +01:00
parent 730d15e2e6
commit 830ef081e5
3 changed files with 32 additions and 2 deletions

View File

@ -170,6 +170,37 @@ package org.jooq;

View File

@ -91,5 +91,6 @@ package org.jooq;

View File

@ -610,8 +610,6 @@ import org.jooq.types.Interval;
import org.jooq.types.YearToMonth;
import org.jooq.types.YearToSecond;
import org.jetbrains.annotations.Nullable;
/**
* @author Lukas Eder
*/