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

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

GitHub user nikhilbhide opened a pull request:

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

    ZOOKEEPER-2896: Remove unused imports from 
org.apache.zookeeper.test.CreateTest.java

    Following imports are not used in the code and do not adhere to code 
convention and style.
    
        import java.util.ArrayList;
        import java.util.Collections;
        import java.util.List;
        import org.apache.zookeeper.AsyncCallback.Create2Callback;

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

    $ git pull https://github.com/nikhilbhide/zookeeper ZOOKEEPER-2896

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

    https://github.com/apache/zookeeper/pull/379.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 #379
    
----
commit 0f7e9bf686307f24f1ad894ce3f9bb73d7222f8c
Author: Nikhil Bhide <nikhilbhid...@gmail.com>
Date:   2017-09-24T17:44:31Z

    ZOOKEEPER-2896: Remove unused imports from 
org.apache.zookeeper.test.CreateTest.java
    
    These imports are not used in the code and do not adhere to code convention 
and style.

----


> Remove unused imports from org.apache.zookeeper.test.CreateTest.java
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2896
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2896
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: tests
>    Affects Versions: 3.5.3
>            Reporter: Nikhil Bhide
>            Assignee: Nikhil Bhide
>            Priority: Minor
>
> Remove unused imports from org.apache.zookeeper.test.CreateTest.java



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

Reply via email to