|
@@ -54,8 +54,7 @@ public class SentinelResourceAspect extends AbstractSentinelAspectSupport { |
|
|
Entry entry = null; |
|
|
Entry entry = null; |
|
|
try { |
|
|
try { |
|
|
entry = SphU.entry(resourceName, resourceType, entryType, pjp.getArgs()); |
|
|
entry = SphU.entry(resourceName, resourceType, entryType, pjp.getArgs()); |
|
|
Object result = pjp.proceed(); |
|
|
|
|
|
return result; |
|
|
|
|
|
|
|
|
return pjp.proceed(); |
|
|
} catch (BlockException ex) { |
|
|
} catch (BlockException ex) { |
|
|
return handleBlockException(pjp, annotation, ex); |
|
|
return handleBlockException(pjp, annotation, ex); |
|
|
} catch (Throwable ex) { |
|
|
} catch (Throwable ex) { |
|
|