Skip to content

Commit

Permalink
Use InjectorOrder.DEFAULT for field, fixes third-party injector order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Jul 6, 2024
1 parent 0c79de4 commit c8be3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ InjectionInfo create(MixinTargetContext mixin, MethodNode method, AnnotationNode
* Injector order, parsed from either the injector annotation or uses the
* default for this injection type
*/
private int order;
private int order = InjectorOrder.DEFAULT;

/**
* ctor
Expand Down

0 comments on commit c8be3ca

Please sign in to comment.