Revert "java: Turn off doclint to prevent errors on JDK 8"

The errors will be fixed for good, together will other small javadoc
improvements.

This reverts commit 8940b03658.
This commit is contained in:
Pino Toscano
2015-02-11 15:02:09 +01:00
parent 28462caacc
commit 4905d6eb95

View File

@@ -68,7 +68,7 @@ clean-local:
if HAVE_JAVA
JAVAC_FLAGS = $(EXTRA_JAVAC_FLAGS) -encoding utf-8
JAVADOC_FLAGS = -encoding utf-8 -Xdoclint:none
JAVADOC_FLAGS = -encoding utf-8
# Java source.