jpountz commented on a change in pull request #107:
URL: https://github.com/apache/lucene/pull/107#discussion_r620951695



##########
File path: 
lucene/core/src/java/org/apache/lucene/store/ByteBufferIndexInput.java
##########
@@ -177,7 +177,7 @@ public void readLELongs(long[] dst, int offset, int length) 
throws IOException {
   }
 
   @Override
-  public final void readLEFloats(float[] floats, int offset, int len) throws 
IOException {
+  public final void readFloats(float[] floats, int offset, int len) throws 
IOException {
     // See notes about readELongs above

Review comment:
       ```suggestion
       // See notes about readLongs above
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to