Skip to content

Commit

Permalink
fix mutation message (emptyList -> emptySet)
Browse files Browse the repository at this point in the history
fixes #895
  • Loading branch information
C-Otto authored May 9, 2021
1 parent c3730c1 commit dc23ca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void apply(final int opCode, final MethodVisitor mv) {

@Override
public String describe(final int opCode, final MethodInfo methodInfo) {
return "replaced return value with Collections.emptyList for " + methodInfo.getDescription();
return "replaced return value with Collections.emptySet for " + methodInfo.getDescription();
}
};
}
Expand Down

0 comments on commit dc23ca6

Please sign in to comment.