o:ysee...@gmail.com] On Behalf Of Yonik
> Seeley
> Sent: Tuesday, October 20, 2009 4:19 PM
> To: java-dev@lucene.apache.org
> Subject: Re: Compile failure in 2.9.1 Highlighter
>
> Not sure... but could it just be that you are relying on autoboxing,
> which is a Java5 feature, and t
Thank you, than you, thank you ... I could have run around that for years.
Yonik Seeley wrote:
> Not sure... but could it just be that you are relying on autoboxing,
> which is a Java5 feature, and the core is still marked for Java1.4
> syntax?
>
> -Yonik
> http://www.lucidimagination.com
>
>
>
>
Not sure... but could it just be that you are relying on autoboxing,
which is a Java5 feature, and the core is still marked for Java1.4
syntax?
-Yonik
http://www.lucidimagination.com
On Tue, Oct 20, 2009 at 10:02 AM, Mark Miller wrote:
> Can someone help me figure this out. The Highlighter tes