Fix a typo in package description

This commit is contained in:
Alex Yursha 2013-11-09 01:26:59 +03:00
parent 2a6c1f75e7
commit 6900645d59
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
/** /**
* *
* The classes in this package make JDBC easier to use and * The classes in this package make JDBC easier to use and
* reduce the likelihood of common errors. In particular, they: * reduce the likelihood of common errors. In particular, they:
* <ul> * <ul>
* <li>Simplify error handling, avoiding the need for try/catch/final * <li>Simplify error handling, avoiding the need for try/catch/finally
* blocks in application code. * blocks in application code.
* <li>Present exceptions to application code in a generic hierarchy of * <li>Present exceptions to application code in a generic hierarchy of
* unchecked exceptions, enabling applications to catch data access * unchecked exceptions, enabling applications to catch data access