o Fixed typos

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@917251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-02-28 19:00:46 +00:00
parent 7dcb4c7cdf
commit ea8742b7bf
1 changed files with 2 additions and 2 deletions

View File

@ -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}. * @return The decrypted server or {@code null}.
*/ */
@ -48,7 +48,7 @@ public interface SettingsDecryptionResult
List<Server> getServers(); 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}. * @return The decrypted proxy or {@code null}.
*/ */