Bug 40267 - Typo in HSSFColor.getTripletHash()
Summary: Typo in HSSFColor.getTripletHash()
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 14:47 UTC by Richard Bounds
Modified: 2006-08-18 00:42 UTC (History)
0 users



Attachments
Patch (829 bytes, patch)
2006-08-16 14:48 UTC, Richard Bounds
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Bounds 2006-08-16 14:47:20 UTC
In getTripletHash(), Turquoise is added to the hash with bright green's hexString:

    hash.put(HSSFColor.BRIGHT_GREEN.hexString, new HSSFColor.TURQUOISE());
Comment 1 Richard Bounds 2006-08-16 14:48:29 UTC
Created attachment 18724 [details]
Patch

A patch for the typo.
Comment 2 Jason Height 2006-08-18 07:42:44 UTC
Applied

Thanks Richard, good catch. Keep it up!