CLOUDSTACK-7162:queryAsyncJobResult api does not return jobinstanceid.

This commit is contained in:
Min Chen 2014-07-22 09:47:27 -07:00
parent 1d2124dcbf
commit 3b32732459
1 changed files with 0 additions and 4 deletions

View File

@ -244,10 +244,6 @@ public class AsyncJobManagerImpl extends ManagerBase implements AsyncJobManager,
job.setStatus(jobStatus);
job.setResultCode(resultCode);
// reset attached object
job.setInstanceType(null);
job.setInstanceId(null);
if (resultObject != null) {
job.setResult(resultObject);
} else {