Sorry, I intended to take care of it before commit, but forgot :).

I'll fix it now.

Shai

On Sun, Jan 23, 2011 at 11:27 AM, Uwe Schindler <u...@thetaphi.de> wrote:

> Hi Shai,
>
> The Hudson build failures are caused  by "nocommits" -- this time not the
> Hudson bug (see recent build logs):
>
> > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentRead
> > er.java (original)
> > +++
> > lucene/dev/trunk/lucene/src/java/org/apache/lucene/index/SegmentRead
> > +++ er.java Sun Jan 23 05:10:48 2011
> > @@ -226,6 +226,7 @@ public class SegmentReader extends Index
> >            assert storeDir != null;
> >          }
> >
> > +        // nocommit: this can be simplified to always be
> > + si.getDocStoreSegment()
> >          final String storesSegment;
> >          if (si.getDocStoreOffset() != -1) {
> >            storesSegment = si.getDocStoreSegment();
>
> Uwe
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

Reply via email to