exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Adapt to Java 16/17 #119

Closed kaklakariada closed 2 years ago

kaklakariada commented 3 years ago

The build with Java 16 fails because javadoc expects more comments.

To prepare for Java 17 we need to add the missing documentation.