adding some todo
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@148428 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
86433db2a2
commit
745a01d0d1
|
@ -24,6 +24,8 @@ public class RestPoolManager implements PoolManager {
|
|||
|
||||
private DataminerPoolManager service = new DataminerPoolManager();
|
||||
|
||||
//TODO: for all methods accept also a callback url to send the log.
|
||||
|
||||
|
||||
@GET
|
||||
@Path("/algorithm/stage")
|
||||
|
@ -134,15 +136,4 @@ public class RestPoolManager implements PoolManager {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue