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:
Gabriele Giammatteo 2017-05-10 09:11:17 +00:00
parent 86433db2a2
commit 745a01d0d1
1 changed files with 2 additions and 11 deletions

View File

@ -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 {
}