You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2014/08/08 19:59:12 UTC

[jira] [Updated] (SAMZA-373) Java 8 still fails to build with Javadoc issue in samza-log4j

     [ https://issues.apache.org/jira/browse/SAMZA-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Riccomini updated SAMZA-373:
----------------------------------

    Attachment: SAMZA-373-0.patch

Attaching fix. One liner, so no RB.

> Java 8 still fails to build with Javadoc issue in samza-log4j
> -------------------------------------------------------------
>
>                 Key: SAMZA-373
>                 URL: https://issues.apache.org/jira/browse/SAMZA-373
>             Project: Samza
>          Issue Type: Bug
>          Components: container
>    Affects Versions: 0.8.0
>            Reporter: Chris Riccomini
>            Assignee: Chris Riccomini
>              Labels: newbie
>             Fix For: 0.8.0
>
>         Attachments: SAMZA-373-0.patch
>
>
> With:
> {noformat}
> $ java -version
> java version "1.8.0_11"
> Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.11-b03, mixed mode)
> {noformat}
> When I run:
> {noformat}
> $ ./gradlew clean build -x test
> {noformat}
> I get:
> {noformat}
> :samza-log4j:javadoc
> /Users/criccomi/Code/incubator-samza/samza-log4j/src/main/java/org/apache/samza/logging/log4j/JmxAppender.java:70: error: @param name not found
>    * @param MBeanServer to be injected for unit testing.
>             ^
> /Users/criccomi/Code/incubator-samza/samza-log4j/src/main/java/org/apache/samza/logging/log4j/JmxAppender.java:72: warning: no @param for mbeanServer
>   public JmxAppender(MBeanServer mbeanServer) {
>          ^
> 1 error
> 1 warning
> :samza-log4j:javadoc FAILED
> {noformat}
> I think we just need to tweak the param argument in the Javadocs.



--
This message was sent by Atlassian JIRA
(v6.2#6252)