From: Olaf H. <ha...@in...> - 2009-08-07 05:38:27
|
Hey Tim, On Thursday 30 July 2009 17:02:29 Tim Pizey wrote: > [...] > There is one remaining warning in the ant build: > > src/de/fuberlin/wiwiss/ng4j/impl/idbased/IdBasedQueryPlan.java:26: warning > - Tag @link: reference not found: IdBasedQueryIterator Fixed this. Since the class IdBasedQueryIterator was neither protected nor public it was not considered during the generation of the javadocs. It's protected now. Greetings, Olaf |