CLOUDSTACK-7758: Fixed although api calls are failing, event tab shows them as successful

This closes #29
This commit is contained in:
Anshul Gangwar 2014-10-21 14:57:16 +05:30 committed by Rajesh Battala
parent 2898f7d8d6
commit e8a47594da
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class ActionEventInterceptor implements ComponentMethodInterceptor, Metho
Object interceptorData = null;
boolean success = true;
boolean success = false;
try {
interceptorData = interceptStart(m, target);