Bug 34922

Summary: [PATCH] Update javadoc in util.StringUtil
Product: POI Reporter: Nick Burch <apache>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Update the javadoc in util.StringUtil

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.