Skip to content

Commit

Permalink
Add missing public
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 1, 2023
1 parent c2cd7a0 commit edfcb7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WagonTransporterFactory() {
}

@Inject
WagonTransporterFactory(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator) {
public WagonTransporterFactory(WagonProvider wagonProvider, WagonConfigurator wagonConfigurator) {
setWagonProvider(wagonProvider);
setWagonConfigurator(wagonConfigurator);
}
Expand Down

0 comments on commit edfcb7e

Please sign in to comment.