Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 16, 2023
1 parent 60c9424 commit 30e9ef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private static boolean hasInlineAdvice(MethodNode methodNode, Type type) {
private static class OutputArgument {
// index of the method argument with the annotation
final int adviceIndex;
// value of the annotation or -1 if Advice.Return
// value of the annotation or -1 if Advice.Return or Advice.Enter
final int methodIndex;

OutputArgument(int adviceIndex, int methodIndex) {
Expand Down

0 comments on commit 30e9ef0

Please sign in to comment.