Skip to content

Commit

Permalink
Fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jul 21, 2015
1 parent 58be8d9 commit 4c70556
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public LocalMavenSettingsLoader(MavenSettingsPluginExtension extension) {

/**
* Loads and merges Maven settings from global and local user configuration files. Returned
* {@link org.gradle.mvn3.org.apache.maven.settings.Settings} object includes decrypted credentials.
* {@link org.apache.maven.settings.Settings} object includes decrypted credentials.
*
* @return Effective settings
* @throws SettingsBuildingException
* @throws SettingsBuildingException If the effective settings cannot be built
*/
public Settings loadSettings() throws SettingsBuildingException {
SettingsBuildingRequest settingsBuildingRequest = new DefaultSettingsBuildingRequest();
Expand Down

0 comments on commit 4c70556

Please sign in to comment.