Skip to content

Commit

Permalink
insert dummy change to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Aug 23, 2024
1 parent 3405ae1 commit ae65ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributing/writing-instrumentation-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ When using non-inlined advices, reading the original return value is still done
annotated parameter, however modifying the value is done through the advice method return value
and `@Advice.AssignReturned.ToReturned`.


```java
@Advice.OnMethodExit(suppress = Throwable.class, inlined = false)
@Advice.AssignReturned.ToReturned
Expand Down

0 comments on commit ae65ab5

Please sign in to comment.