[email protected] wrote:
> Author: thorsten
> Date: Tue Oct 13 11:33:26 2009
> New Revision: 824705
> 
> URL: http://svn.apache.org/viewvc?rev=824705&view=rev
> Log:
> COCOON3-43
> Provide a Consumer that interacts with solr
> Reporter and Patch-Provder: Bertil Chapuis
> Thanks Bertil.
> 

> +    public void characters(char[] ch, int start, int length)
> +            throws SAXException {
> +        text += new String(Arrays.copyOfRange(ch, start, start + length));
> +        getSAXConsumer().characters(ch, start, length);
> +    }

Arrays.copyOfRange() comes with JDK 1.6. Can you please replace it with
an 1.5 compliant alternative? Thanks!

-- 
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
                         http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member                  [email protected]
________________________________________________________________________

Reply via email to