o Extended API docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1086984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2011-03-30 15:10:46 +00:00
parent e2ad36018b
commit baee7d7289
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ public class MavenRepositorySystemSession
/**
* Creates a new Maven-like repository system session by initializing the session with values typical for
* Maven-based resolution.
* Maven-based resolution. In more detail, this constructor configures settings relevant for the processing of
* dependency graphs, most other settings remain at their generic default value. Use the various setters to further
* configure the session with authentication, mirror, proxy and other information required for your environment.
*/
public MavenRepositorySystemSession()
{