Bug 18557 - HSSFColor tripletHashtable does not contain inner class DARK_RED
Summary: HSSFColor tripletHashtable does not contain inner class DARK_RED
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.5.1
Hardware: All other
: P3 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-01 09:23 UTC by dandare100
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dandare100 2003-04-01 09:23:25 UTC
The inner class HSSFColor.DARK_RED is not added to the hashtable that is 
returned by the method below

public final static Hashtable getTripletHash()

I know this is not critical but I just thought I would mention it.
Comment 1 Andy Oliver 2003-04-01 15:38:09 UTC
Is this fixed in the head?  If not, can you submit a patch? 
(http://jakarta.apache.org/poi/getinvolved/index.html)
Comment 2 dandare100 2003-04-03 06:15:58 UTC
Checked the head. It has been fixed. Thank you.
Comment 3 Danny Mui 2003-04-03 15:15:42 UTC
verified by reporter