RFR: 8279918: Fix various doc typos [v2]

Lance Andersen lancea at openjdk.java.net
Thu Jan 13 17:25:31 UTC 2022


On Thu, 13 Jan 2022 13:48:02 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> > Yes an "or" is probably worthwhile to add.
> 
> I would prefer to leave it for the follow-up cleanup if only because adding "or" here would make it inconsistent with other `@throws SQLException` descriptions in that file and perhaps elsewhere in java.sql:
> 
> * java/sql/Statement.java:59
> * java/sql/Statement.java:85
> * java/sql/Statement.java:346
> * java/sql/Statement.java:524
> * java/sql/Statement.java:745
> * java/sql/Statement.java:814
> * java/sql/Statement.java:860
> * java/sql/Statement.java:913
> * java/sql/Statement.java:962
> * java/sql/Statement.java:1225
> * java/sql/Statement.java:1269
> * java/sql/Statement.java:1314

I am fine with that.  I guess a semi-colon could also be used vs. a comma to divide the Exception scenarios listed

-------------

PR: https://git.openjdk.java.net/jdk/pull/7063



More information about the client-libs-dev mailing list