You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/24 14:36:03 UTC

[GitHub] [lucene-solr] jpountz commented on a change in pull request #800: Lucene-8920: refactor FST.Arc and utilities

jpountz commented on a change in pull request #800: Lucene-8920: refactor FST.Arc and utilities
URL: https://github.com/apache/lucene-solr/pull/800#discussion_r306824176
 
 

 ##########
 File path: lucene/codecs/src/java/org/apache/lucene/codecs/memory/FSTOrdTermsReader.java
 ##########
 @@ -305,7 +305,7 @@ public String toString() {
     }
 
     // Only wraps common operations for PBF interact
-    abstract class BaseTermsEnum extends org.apache.lucene.index.BaseTermsEnum {
+    abstract class  BaseTermsEnum extends org.apache.lucene.index.BaseTermsEnum {
 
 Review comment:
   let's not add this space?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org