exasol / virtual-schema-common-jdbc

Common module for JDBC-based access from Virtual Schemas
MIT License
0 stars 1 forks source link

Fix the Javadoc Plugin warnings in the next Java build #114

Closed AnastasiiaSergienko closed 2 years ago

AnastasiiaSergienko commented 2 years ago

Problem

There are a lot of warnings that make the next Java build fail. The warnings are about missing comments on the public and protected class fields. We have never added comments to the class fields. So we need to investigate if they are really required now.