You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/02/28 20:00:46 UTC

svn commit: r917251 - /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java

Author: bentmann
Date: Sun Feb 28 19:00:46 2010
New Revision: 917251

URL: http://svn.apache.org/viewvc?rev=917251&view=rev
Log:
o Fixed typos

Modified:
    maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java

Modified: maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java?rev=917251&r1=917250&r2=917251&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java (original)
+++ maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/settings/crypto/SettingsDecryptionResult.java Sun Feb 28 19:00:46 2010
@@ -34,7 +34,7 @@
 {
 
     /**
-     * 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 @@
     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}.
      */