You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Marcantonio Rotta <ro...@kbw.ch> on 2003/02/16 01:23:22 UTC

function name typo in SSTRecord.java?

Hi there.

I know that's the wrong way to report a typo, but I'm not 
familiar with CVS yet, so I decided to write to the 
dev-list. There's a function named

public void getNumUniqueStrings( final int count )
{
     field_2_num_unique_strings = count;
}

I think this should be "setNumUniqueStrings". Just saw 
this while reading some HSSF code. It's great work, btw.

Re: function name typo in SSTRecord.java?

Posted by Glen Stampoultzis <gs...@iprimus.com.au>.
Fixed... thanks

At 01:23 AM 16/02/2003 +0100, Marcantonio Rotta wrote:
>Hi there.
>
>I know that's the wrong way to report a typo, but I'm not familiar with 
>CVS yet, so I decided to write to the dev-list. There's a function named
>
>public void getNumUniqueStrings( final int count )
>{
>     field_2_num_unique_strings = count;
>}
>
>I think this should be "setNumUniqueStrings". Just saw this while reading 
>some HSSF code. It's great work, btw.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: poi-dev-help@jakarta.apache.org