Fixed javadoc warning

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-analytics@125537 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-03-17 09:27:11 +00:00
parent e4d52ddcf5
commit 4310763102
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,6 @@ public class NumberedFilter extends Filter {
this.orderingProperty = orderingProperty;
}
/** {@inheritDoc} */
public int compareTo(NumberedFilter numberedFilter) {
int compareResult = this.d.compareTo(numberedFilter.d);
if(compareResult==0){

View File

@ -15,7 +15,7 @@ public class AccountingPersistenceBackendQueryConfiguration extends AccountingPe
}
/**
* @param persistenceClassName The classname of the persistence to instantiate
* @param clz The class of the persistence to instantiate
* @throws Exception if fails
*/
@SuppressWarnings({ "unchecked", "rawtypes" })