Bug 34922 - [PATCH] Update javadoc in util.StringUtil
Summary: [PATCH] Update javadoc in util.StringUtil
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.0-dev
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-15 16:10 UTC by Nick Burch
Modified: 2005-05-16 08:41 UTC (History)
0 users



Attachments
Update the javadoc in util.StringUtil (4.12 KB, patch)
2005-05-15 16:11 UTC, Nick Burch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Burch 2005-05-15 16:10:53 UTC
As promised on the list, this patch updates the javadoc in util.StringUtil to
explain to non Excel people just what the code is up to

(Note that two methods still lack any descriptions of what they do, so someone
who knows needs to sort those out.)
Comment 1 Nick Burch 2005-05-15 16:11:27 UTC
Created attachment 15033 [details]
Update the javadoc in util.StringUtil
Comment 2 Avik Sengupta 2005-05-16 16:41:57 UTC
Comitted thanks. Made some minor changes, since the original docs from some
methods were completely off the mark, they were not even correct in Excel terms. 

Nick, in the future, could you provide your diffs using cvs? ie 'cvs diff -u' .
Standalone diffs, i think, are painful to patch.. thanks.