You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/06 04:02:02 UTC

[jira] [Commented] (ZOOKEEPER-2811) PurgeTxnLog#validateAndGetFile: return tag has no arguments.

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075891#comment-16075891 ] 

ASF GitHub Bot commented on ZOOKEEPER-2811:
-------------------------------------------

GitHub user hanm opened a pull request:

    https://github.com/apache/zookeeper/pull/305

    ZOOKEEPER-2811: PurgeTxnLog#validateAndGetFile: return tag has no argument.

    With this fix branch-3.4 pre-commit should generate a green build when all unit tests pass.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hanm/zookeeper ZOOKEEPER-2811

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/305.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #305
    
----
commit 7e7d6f9eda2c75de68bc10f0fd67ae2e56c0511d
Author: Michael Han <ha...@apache.org>
Date:   2017-07-06T03:47:49Z

    ZOOKEEPER-2811: PurgeTxnLog#validateAndGetFile: return tag has no arguments.

----


> PurgeTxnLog#validateAndGetFile: return tag has no arguments.
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2811
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2811
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.4.10
>            Reporter: Michael Han
>            Priority: Minor
>              Labels: newbie
>
> The Java doc of PurgeTxnLog#validateAndGetFile is missing the value of its return tag, which causes -1 in the JavaDoc category of pre-commit build:
> {noformat}
>   [javadoc] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/src/java/main/org/apache/zookeeper/server/PurgeTxnLog.java:214: warning - @return tag has no arguments.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)