Skip to content

Commit

Permalink
[MRESOLVER-292] Fix configuration name in documentation to match with…
Browse files Browse the repository at this point in the history
… actual name (#217)

The doco contains the corract configuration name, while code the wrong one.

---

https://issues.apache.org/jira/browse/MRESOLVER-292
  • Loading branch information
caiwei-ebay authored Nov 13, 2022
1 parent 7fdaabc commit e1b5ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class DefaultDependencyCollector
implements DependencyCollector, Service
{
private static final String CONFIG_PROP_COLLECTOR_IMPL = "aether.collector.impl";
private static final String CONFIG_PROP_COLLECTOR_IMPL = "aether.dependencyCollector.impl";

private static final String DEFAULT_COLLECTOR_IMPL = DfDependencyCollector.NAME;

Expand Down

0 comments on commit e1b5ab9

Please sign in to comment.