Oops. Iterator exists since 1.4 but Iterable was indeed only added in 1.5
So the Iterator iterator() method can be left in, but the 'implements Iterable' should be remove for now. Luc -----Original Message----- From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] Sent: donderdag 17 november 2005 11:46 To: java-dev@lucene.apache.org Subject: Re: missing class in svn I found problem. Iterable is part of 1.5 jdk but AFAIK lucene is compatible with 1.4. Vanlerberghe, Luc wrote: > Iterable is in java.lang since the collection classes where added (in > jdk 1.4 I believe). > Lucene trunk also depends on 1.4 so there should be no problem. > > Luc > > -----Original Message----- > From: Volodymyr Bychkoviak [mailto:[EMAIL PROTECTED] > Sent: donderdag 17 november 2005 10:55 > To: java-dev@lucene.apache.org > Subject: missing class in svn > > Hi > Lately committed > class *DisjunctionMaxQuery * > implements missing from svn *Iterable* interface > > -- regards, Volodymyr Bychkoviak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]