RE: git commit: updated refs/heads/4.3 to 85bed5f

2014-07-03 Thread Santhosh Edukulla
: Thursday, July 03, 2014 4:39 AM To: dev@cloudstack.apache.org Subject: Re: git commit: updated refs/heads/4.3 to 85bed5f If you see the code above try block, placeholder is getting set only when VmJobEnabled.value() is true. so, doing a not null check on placeholder will imply that

Re: git commit: updated refs/heads/4.3 to 85bed5f

2014-07-03 Thread Rajani Karuturi
If you see the code above try block, placeholder is getting set only when VmJobEnabled.value() is true. so, doing a not null check on placeholder will imply that VmJobEnabled.value() is true. Here is the complete code block 755