Revert the temporary build fix after the root cause in ApiDocWriter is addressed

This commit is contained in:
Kelven Yang 2011-11-09 13:47:52 -08:00
parent 3c3cf26f64
commit 24a6c2f528
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}