You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/10/03 00:25:41 UTC

[GitHub] jkosh44 opened a new pull request #934: Fluo Issue #924

jkosh44 opened a new pull request #934: Fluo Issue #924
URL: https://github.com/apache/fluo/pull/934
 
 
   Created the following methods and corresponding unit tests for them: 
    public boolean contentEquals(byte[] bytes){...}
     public boolean contentEquals(byte[] bytes, int offset, int len){...}
     public int compareTo(byte[] bytes){...}
     public int compareTo(byte[] bytes, int offset, int len){...}
   Refactored the following methods:
     public final int compareTo(Bytes other){...}
     public final boolean equals(Object other){...}
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services