Github user nishadi commented on a diff in the pull request:

    https://github.com/apache/gora/pull/132#discussion_r185691756
  
    --- Diff: 
gora-jcache/src/main/java/org/apache/gora/jcache/query/JCacheResult.java ---
    @@ -88,4 +88,4 @@ public int size() {
         int intLimit = (int)this.limit;
         return intLimit > 0 && totalSize>intLimit ? intLimit : totalSize;
       }
    -}
    +}
    --- End diff --
    
    Please add the ending  new line


---

Reply via email to