Removed @Override from methods removed from interface

This commit is contained in:
Luca Frosini 2021-03-22 11:56:52 +01:00
parent 8c1c014bd5
commit 2a876e02fa
1 changed files with 0 additions and 1 deletions

View File

@ -1235,7 +1235,6 @@ public class AccountingPersistenceQueryCouchBase implements AccountingPersistenc
* @return JSONObject * @return JSONObject
* @throws Exception * @throws Exception
*/ */
@Override
public JSONObject getUsageValue(Class<? extends AggregatedRecord<?,?>> clz, TemporalConstraint temporalConstraint, public JSONObject getUsageValue(Class<? extends AggregatedRecord<?,?>> clz, TemporalConstraint temporalConstraint,
Filter applicant) throws Exception { Filter applicant) throws Exception {