jOOQ/jOOL

Excess type variables in Agg::bitAndInt and Agg::bitAndLong

lukaseder opened this issue · 0 comments

These methods have an unnecessary type variable <U>, see also #399 by @magicprinc:

  • Agg::bitAndInt
  • Agg::bitAndLong
  • Agg::bitOrInt
  • Agg::bitOrLong

Removing a type variable is an incompatible change of API.