This commit is contained in:
Alessandro Pieve 2016-09-19 14:02:52 +00:00
parent 4366a5b5e5
commit 9b9a198d0c
1 changed files with 3 additions and 4 deletions

View File

@ -84,7 +84,6 @@ public class AccountingPersistenceQuery implements AccountingPersistenceBackendQ
jsonObject.put(key, 0);
}
}
return jsonObject;
}