Skip to content

Commit

Permalink
Fix the spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vim345 committed Mar 21, 2024
1 parent 8a04251 commit 75c550f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ public Map<String, LoadedDocValues<?>> getDoc() {
return segmentDocLookup;
}

/** Factory interface for creating a RuntimeSsrc/main/java/com/yelp/nrtsearch/server/luceneserver/script/RuntimeScript.java cript bound to a lucene segment. */
/**
* Factory interface for creating a
* RuntimeSsrc/main/java/com/yelp/nrtsearch/server/luceneserver/script/RuntimeScript.java cript
* bound to a lucene segment.
*/
public interface SegmentFactory {

/**
Expand Down

0 comments on commit 75c550f

Please sign in to comment.