Fixed typo in javadoc

This commit is contained in:
Luca Frosini 2021-10-29 18:26:34 +02:00
parent 33b11ae5ea
commit 0c0ca4f190
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public interface AccountingPersistenceBackendQuery {
* @param contexts the list of context to use as filter
*
* If null or empty list get all data for the interested Record Class
* with the applying temporal constraint with no contexts constaint.
* with the applying temporal constraint with no contexts constraint.
* The contexts are evaluated in OR.
*
*/