Skip to content

Commit

Permalink
fixed javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Jul 27, 2023
1 parent afd0057 commit ec6360c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* <li>the IndexProducer implementation returns unique ordered indices.</li>
* <li>The cells are produced in IndexProducer order.</li>
* <li>For every value produced by the IndexProducer there will be only one matching
* index and cell produced by the CellProducer</li>.
* index and cell produced by the CellProducer.</li>
* <li>The CellProducer will not generate indices that are not output by the IndexProducer.</li>
* <li>The IndexProducer will not generate indices that have a zero value for the cell.</li>
* </ul>
Expand Down

0 comments on commit ec6360c

Please sign in to comment.