Joseph

Results 1 issues of Joseph

I was wondering why line 65 in the code block below is returning null instead of returning the result of the invocation.proceed() call. https://github.com/alturkovic/distributed-lock/blob/06efe84229b5349c77fd553e3e263014bb5f8765/distributed-lock-core/src/main/java/com/github/alturkovic/lock/advice/LockMethodInterceptor.java#L62-L68 I assumed that the `throwing` option...