mirror of https://github.com/apache/cloudstack.git
Revert the temporary build fix after the root cause in ApiDocWriter is addressed
This commit is contained in:
parent
3c3cf26f64
commit
24a6c2f528
|
|
@ -147,7 +147,7 @@ public class AsyncJobResponse extends BaseResponse {
|
|||
this.jobInstanceId.setTableName("vm_template");
|
||||
} else {
|
||||
// TODO : when we hit here, we need to add instanceType -> UUID entity table mapping
|
||||
//assert(false);
|
||||
assert(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue