[java-opensaml2 COMMIT] /branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataP...

noreply at shibboleth.net noreply at shibboleth.net
Fri Mar 22 16:54:55 EDT 2013


Author: putmanb
Date: Fri Mar 22 16:54:54 2013
New Revision: 1638

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1638&view=rev
Log:
Fix doc mistakes.

Modified:
    branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataProvider.java

Modified: branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataProvider.java
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataProvider.java?rev=1638&r1=1637&r2=1638&view=diff
==============================================================================
--- branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataProvider.java (original)
+++ branches/REL_2/src/main/java/org/opensaml/saml2/metadata/provider/AbstractReloadingMetadataProvider.java Fri Mar 22 16:54:54 2013
@@ -118,10 +118,10 @@
 
     /**
      * Gets the time that the currently available metadata was last updated. Note, this may be different than the time
-     * retrieved by {@link #getLastUpdate()} is the metadata was known not to have changed during the last refresh
+     * retrieved by {@link #getLastRefresh()} if the metadata was known not to have changed during the last refresh
      * cycle.
      * 
-     * @return time when the currently metadata was last update, 0 if metadata has never successfully been read in
+     * @return time when the currently metadata was last update, null if metadata has never successfully been read in
      */
     public DateTime getLastUpdate() {
         return lastUpdate;



More information about the commits mailing list