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: [email protected]
For additional commands, e-mail: [email protected]