You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by nikhilbhide <gi...@git.apache.org> on 2017/09/14 04:47:54 UTC

[GitHub] zookeeper pull request #373: ZOOKEEPER-2896: Remove unused imports from org....

GitHub user nikhilbhide opened a pull request:

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

    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/373.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 #373
    
----
commit 047880ca57e6c9d8a96a8d0d0df80d0ffb386d0d
Author: Nikhil Bhide <ni...@gmail.com>
Date:   2017-09-13T15:03: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.

----


---

[GitHub] zookeeper issue #373: ZOOKEEPER-2896: Remove unused imports from org.apache....

Posted by nikhilbhide <gi...@git.apache.org>.
Github user nikhilbhide commented on the issue:

    https://github.com/apache/zookeeper/pull/373
  
    Closed because of conflicts


---

[GitHub] zookeeper issue #373: ZOOKEEPER-2896: Remove unused imports from org.apache....

Posted by nikhilbhide <gi...@git.apache.org>.
Github user nikhilbhide commented on the issue:

    https://github.com/apache/zookeeper/pull/373
  
    Closed because of conflicts


---

[GitHub] zookeeper pull request #373: ZOOKEEPER-2896: Remove unused imports from org....

Posted by nikhilbhide <gi...@git.apache.org>.
Github user nikhilbhide closed the pull request at:

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


---