Removed wrong annotation

This commit is contained in:
Luca Frosini 2019-12-09 17:33:43 +01:00
parent 47662a8362
commit 36454631dd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class AccountingPersistenceBackendQueryConfiguration extends AccountingPe
* @param clz The class of the persistence to instantiate
* @throws Exception if fails
*/
@SuppressWarnings({ "unchecked", "rawtypes" })
@SuppressWarnings({ "rawtypes" })
public AccountingPersistenceBackendQueryConfiguration(Class<? extends AccountingPersistenceBackendQuery> clz) throws Exception{
super((Class) clz);
}