breakiterator error
I am very new to Javadoc, and have just taken over a machine with JDK140 installed. Each time I generate my javadoc, I get a bunch of warnings of the following type:
warning - The first sentence is interpreted to be:
[javadoc] This sentence is different from what would be generated using -breakiterator
I generate the Javadoc using an .xml build file and ant. When I add "breakiterator="true"" to the build file, I get the following error message:
The <javadoc2> task doesn't support the "breakiterator" attribute.
I'm wondering how to get rid of the errors, obviously.
Thanks in advance!

