You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2010/02/26 23:30:09 UTC

svn commit: r916847 - /labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java

Author: simonetripodi
Date: Fri Feb 26 22:30:09 2010
New Revision: 916847

URL: http://svn.apache.org/viewvc?rev=916847&view=rev
Log:
minor javadoc

Modified:
    labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java

Modified: labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java
URL: http://svn.apache.org/viewvc/labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java?rev=916847&r1=916846&r2=916847&view=diff
==============================================================================
--- labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java (original)
+++ labs/amber/server/src/main/java/org/apache/labs/amber/server/CredentialsStorage.java Fri Feb 26 22:30:09 2010
@@ -19,7 +19,7 @@
 import org.apache.labs.amber.signature.credential.Credential;
 
 /**
- * Temporary/Token storage inerface.
+ * Temporary/Token storage interface.
  *
  * @version $Id$
  */
@@ -28,8 +28,8 @@
     /**
      * Stores a new token.
      *
-     * @param clientCredentials Consumer key associated to the token to be stored.
-     * @param credential The token to be stored.
+     * @param clientCredentials the consumer key associated to the token to be stored.
+     * @param credential the token to be stored.
      * @throws StorageException if a backend error occurs.
      */
     void add(String clientCredentials, Credential credential) throws StorageException;
@@ -37,7 +37,7 @@
     /**
      * Modifies an existing token.
      *
-     * @param token The token to be modified.
+     * @param token the token to be modified.
      * @throws StorageException if a backend error occurs.
      */
     void update(Credential token) throws StorageException;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org