[#7925] Make org.jooq.impl classes Iif and NullIf package-private

This commit is contained in:
lukaseder 2018-10-11 16:40:03 +02:00
parent eb9235268e
commit 551c0d9f6b
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ import org.jooq.QueryPart;
/**
* @author Lukas Eder
*/
public class Iif<T> extends AbstractFunction<T> {
final class Iif<T> extends AbstractFunction<T> {
/**
* Generated UID

View File

@ -44,7 +44,7 @@ import org.jooq.QueryPart;
/**
* @author Lukas Eder
*/
public class NullIf<T> extends AbstractFunction<T> {
final class NullIf<T> extends AbstractFunction<T> {
/**
* Generated UID