We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757247b commit 7f54cd1Copy full SHA for 7f54cd1
README.md
@@ -22,7 +22,7 @@ made upstream which are not yet merged and/or released:
22
method, though, this accessor does not need to be generated.
23
24
Additionally, when a protected method is referenced from a base class, an additional accessor
25
- method needs to be generated. This allows the generated class to invoke the method though the
+ method needs to be generated. This allows the generated class to invoke the method through the
26
accessor which is otherwise only visible to the subclass.
27
28
* [**Remove NEW, DUP instructions when changing NEWINVOKESPECIAL to INVOKESTATIC.**](https://github.com/orfjackal/retrolambda/pull/85)
0 commit comments