Alex Karasulu schrieb:
Feel free to yank those if you like. There's not much there it seems.
Ok. I'll yank them in the package-info.java files.
What about all the other missing javadoc links in the other classes?
There are 3 ways you can solve it:
a) Remove it from javadocs
b) Add the missing as import to the class
c) make the link explicite ([EMAIL PROTECTED] org.apache.directory.foo.bar} instead
of the existing [EMAIL PROTECTED] bar}
I'd prefer c) but I don't now if this fits according the coding guidelines.
Felix