Removed @Override from methods removed from interface

master
Luca Frosini 3 years ago
parent 8c1c014bd5
commit 2a876e02fa

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