[jOOQ/jOOQ#13593] transformPatternsNullOnNullInput (Neg)

This commit is contained in:
Lukas Eder 2022-11-18 15:59:46 +01:00
parent 86744b338d
commit ef25f4e054
2 changed files with 1 additions and 1 deletions

View File

@ -2556,6 +2556,5 @@ package org.jooq.impl;

View File

@ -1354,6 +1354,7 @@ public final class QOM {
public /*sealed*/ interface Neg<T>
extends
UReturnsNullOnNullInput,
Field<T>,
UOperator1<Field<T>, Field<T>>
/*permits