Project

General

Profile

« Previous | Next » 

Revision 49905

let's honor the generics

View differences:

DatasourceManagerCommon.java
6 6

  
7 7
	DS getDs(String id) throws DatasourceManagerException;
8 8

  
9
	List<? extends Api> getApis(String dsId) throws DatasourceManagerException;
9
	List<? extends API> getApis(String dsId) throws DatasourceManagerException;
10 10

  
11 11
	void deleteDs(String dsId) throws DatasourceManagerException;
12 12

  

Also available in: Unified diff