fixing spotlessJavaCheck

This commit is contained in:
schourasia 2024-06-15 14:16:13 +05:30
parent 397f10be37
commit eb7a6024c3
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ import org.apache.lucene.search.IndexOrDocValuesQuery;
import org.apache.lucene.search.Query;
/**
* Field that stores a per-document <code>long</code> value for scoring, sorting or value
* retrieval. Here's an example usage:
* Field that stores a per-document <code>long</code> value for scoring, sorting or value retrieval.
* Here's an example usage:
*
* <pre class="prettyprint">
* document.add(new SortedNumericDocValuesField(name, 5L));