[utilities COMMIT] in /spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource: HTTPResource.java SV...

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 12 10:47:07 EDT 2014


Author: iay
Date: Wed Mar 12 10:47:06 2014
New Revision: 550

URL: http://svn.shibboleth.net/view/utilities?rev=550&view=rev
Log:
Fix some minor Javadoc errors.

Modified:
    spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
    spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java

Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java?rev=550&r1=549&r2=550&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/HTTPResource.java Wed Mar 12 10:47:06 2014
@@ -54,7 +54,7 @@
 
 /**
  * Resource for looking up HTTP URLs. Allows injection and therefore configuration of an Apache {@link HttpClient}. Code
- * based in {@link org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver} and
+ * based on OpenSAML <code>HTTPMetadataResolver</code> and
  * {@link org.springframework.core.io.UrlResource}.
  */
 public class HTTPResource extends AbstractIdentifiedInitializableComponent implements Resource, BeanNameAware,

Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java?rev=550&r1=549&r2=550&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java Wed Mar 12 10:47:06 2014
@@ -27,7 +27,7 @@
 import org.tmatesoft.svn.core.auth.SVNAuthentication;
 
 /**
- * Authentication manager for SVN resources based on {@link BasicAuthenticationManager). <br/>
+ * Authentication manager for SVN resources based on {@link BasicAuthenticationManager}. <br/>
  * Exbeds the proxy information into individual beans to allow setting from Spring.
  */
 @ThreadSafe



More information about the commits mailing list