Project

General

Profile

« Previous | Next » 

Revision 49906

let's honor the generics

View differences:

modules/dnet-datasource-manager-common/trunk/src/main/java/eu/dnetlib/enabling/datasources/common/Api.java
13 13
 * Api
14 14
 */
15 15
@MappedSuperclass
16
public class Api<AP extends ApiParam> implements Comparable<Api<AP>> {
16
public class Api<AP extends ApiParam<?>> implements Comparable<Api<AP>> {
17 17

  
18 18
	@Id
19 19
	protected String id = null;

Also available in: Unified diff