Bug 47576 - Javadoc errors - Exception name misspelt
Summary: Javadoc errors - Exception name misspelt
Status: RESOLVED FIXED
Alias: None
Product: Tomcat Modules
Classification: Unclassified
Component: jdbc-pool (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 17:27 UTC by Sebb
Modified: 2010-08-04 12:40 UTC (History)
0 users



Attachments
Patch to fix Exception names (7.64 KB, patch)
2009-07-24 17:40 UTC, Sebb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2009-07-24 17:27:54 UTC
The files

FairBlockingQueue.java
MultiLockFairBlockingQueue.java

use
 
* @throws UnsupportedOperation

This should be

* @throws UnsupportedOperationException
Comment 1 Sebb 2009-07-24 17:40:06 UTC
Created attachment 24036 [details]
Patch to fix Exception names
Comment 2 Mark Thomas 2009-07-30 11:13:50 UTC
Thanks for the patch. It has been applied to trunk.