jOOQ/jOOL

Add documentation to Range about it being inclusive

lukaseder opened this issue · 0 comments

The current Range implementation has inclusive lower and upper bounds. This is currently not reflected in the Javadoc.

Also, parameter names could be changed to lowerInclusive and upperInclusive, instead of t1, and t2 (see also #273)