Arun Khetarpal created HTRACE-232:
-------------------------------------
Summary: Java Docs do not compile with Java 8
Key: HTRACE-232
URL: https://issues.apache.org/jira/browse/HTRACE-232
Project: HTrace
Issue Type: Task
Environment: java 8, maven 3
Reporter: Arun Khetarpal
Priority: Trivial
Doclint gives the following errors while compiling with Java 8
[ERROR]
/Users/arun.khetarpal/Opensource/apache/htrace/incubator-htrace/htrace-core/src/main/java/org/apache/htrace/core/Span.java:62:
warning: no @return
[ERROR] boolean isRunning();
The errors could be divided into two groups
a) No @return
b) no self-closed HTML tags, such as <br /> or <a id="x" />
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)