From 0c0ca4f190bbe302771526856547dc362efb8a77 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 29 Oct 2021 18:26:34 +0200 Subject: [PATCH] Fixed typo in javadoc --- .../persistence/AccountingPersistenceBackendQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java b/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java index 3baeda9..268a7f1 100644 --- a/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java +++ b/src/main/java/org/gcube/accounting/analytics/persistence/AccountingPersistenceBackendQuery.java @@ -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. * */