mirror of https://github.com/apache/maven.git
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:
parent
7dcb4c7cdf
commit
ea8742b7bf
|
@ -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}.
|
||||
*/
|
||||
|
@ -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}.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue