[
https://issues.apache.org/jira/browse/SAMZA-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini updated SAMZA-365:
----------------------------------
Attachment: SAMZA-365-0.patch
Attaching fix. The javadocs are strict in Java 8. I'm going to commit this
since it's breaking the build.
> Master branch fails with @param not found
> -----------------------------------------
>
> Key: SAMZA-365
> URL: https://issues.apache.org/jira/browse/SAMZA-365
> Project: Samza
> Issue Type: Bug
> Components: container
> Affects Versions: 0.8.0
> Reporter: Chris Riccomini
> Priority: Blocker
> Fix For: 0.8.0
>
> Attachments: SAMZA-365-0.patch
>
>
> Seeing this after SAMZA-349 with ./gradlew clean build:
> {noformat}
> /Users/criccomi/Code/incubator-samza/samza-api/src/main/java/org/apache/samza/metrics/Reservoir.java:36:
> error: @param name not found
> * @param new value
> ^
> /Users/criccomi/Code/incubator-samza/samza-api/src/main/java/org/apache/samza/metrics/Reservoir.java:38:
> warning: no @param for value
> void update(long value);
> ^
> 1 error
> 1 warning
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)