> On Dec 22, 2015, at 5:33 AM, Emmanuel Lécharny <[email protected]> wrote:
>
> so after having cleaned up the Javadoc, I have all the 4 projects
> building fine with Java 8 (I have used the @inheritdoc tag in
> FortressServiceImpl in enmasse).
>
> If everything is ok, we are probably ready for a release !
Hello Emmanuel,
Thanks for taking a look at this. There are other places the @inheritdoc tag
can be used so I will do that. Fortress Core javadoc gen fails unless this
statement is added to javadoc section:
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
due to all of the ticky tac things java 8 complains about.
Shawn