Merge pull request #408 from AlexYursha/patch-1

Fix a typo in package description
This commit is contained in:
Sam Brannen 2013-11-08 15:53:24 -08:00
commit 930d187723
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* The classes in this package make JDBC easier to use and
* reduce the likelihood of common errors. In particular, they:
* <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.
* <li>Present exceptions to application code in a generic hierarchy of
* unchecked exceptions, enabling applications to catch data access