Skip to content

Commit

Permalink
o Fixed typos
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@917251 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Feb 28, 2010
1 parent 7dcb4c7 commit ea8742b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@ public interface SettingsDecryptionResult
{

/**
* Gets the decrypted server. This is a convenience method to retrieve the first element from {@link #getServer()}.
* Gets the decrypted server. This is a convenience method to retrieve the first element from {@link #getServers()}.
*
* @return The decrypted server or {@code null}.
*/
Expand All @@ -48,7 +48,7 @@ public interface SettingsDecryptionResult
List<Server> getServers();

/**
* Gets the decrypted proxy. This is a convenience method to retrieve the first element from {@link #getProxy()}.
* Gets the decrypted proxy. This is a convenience method to retrieve the first element from {@link #getProxies()}.
*
* @return The decrypted proxy or {@code null}.
*/
Expand Down

0 comments on commit ea8742b

Please sign in to comment.