mirror of https://github.com/apache/maven.git
Fix bad javadoc
This commit is contained in:
parent
8f19d9ae28
commit
a27086a6f5
|
@ -343,7 +343,7 @@ public interface Session {
|
|||
Node collectDependencies(@Nonnull Project project);
|
||||
|
||||
/**
|
||||
* Shortcut for <code>getService(DependencyResolver.class).resolve(...)</code>
|
||||
* Shortcut for <code>getService(DependencyCollector.class).resolve(...)</code>
|
||||
* @see org.apache.maven.api.services.DependencyCollector#collect(Session, DependencyCoordinate)
|
||||
*
|
||||
* @throws org.apache.maven.api.services.DependencyCollectorException if the dependency collection failed
|
||||
|
|
Loading…
Reference in New Issue