[java-identity-provider COMMIT] /trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 10:35:07 EST 2014
Author: iay
Date: Wed Dec 17 10:35:07 2014
New Revision: 7142
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7142&view=rev
Log:
Javadoc fixes.
Modified:
trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java
Modified: trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java?rev=7142&r1=7141&r2=7142&view=diff
==============================================================================
--- trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java (original)
+++ trunk/idp-core/src/main/java/net/shibboleth/idp/persistence/PersistenceManager.java Wed Dec 17 10:35:07 2014
@@ -60,7 +60,7 @@
* Persists an item to the persistence store. If the item does not currently exist in the persistence store then a
* new record will be created, otherwise the existing record will be updated. If the item to be persisted is an
* update to an existing item then the argument to this method MUST be an updated version of the item as returned by
- * {@link #get(String)} or {@link #persist(Object)}.
+ * {@link #get(String)} or {@link #persist(String, Object)}.
*
* Note, the item returned from this method is not necessarily the same as the one provided as an argument. A given
* implementation of this interface may return a different object or update the provided object in some way during
More information about the commits
mailing list