[java-shib-common COMMIT] in /branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource...

noreply at shibboleth.net noreply at shibboleth.net
Fri Aug 8 23:11:36 EDT 2014


Author: scantor
Date: Fri Aug  8 23:11:35 2014
New Revision: 1100

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1100&view=rev
Log:
Tweak log msg, fix javadoc

Modified:
    branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/MissingSVNResourceBeanDefinitionParser.java
    branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/ResourceNamespaceHandler.java

Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/MissingSVNResourceBeanDefinitionParser.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/MissingSVNResourceBeanDefinitionParser.java?rev=1100&r1=1099&r2=1100&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/MissingSVNResourceBeanDefinitionParser.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/MissingSVNResourceBeanDefinitionParser.java Fri Aug  8 23:11:35 2014
@@ -31,7 +31,7 @@
 import org.springframework.beans.factory.xml.ParserContext;
 import org.w3c.dom.Element;
 
-/** Bean definition parser for {@link SVNResource} that signals the SVN library is not present. */
+/** Bean definition parser for SVNResource that signals the SVN library is not present. */
 public class MissingSVNResourceBeanDefinitionParser extends AbstractResourceBeanDefinitionParser {
 
     /** Schema type. */

Modified: branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/ResourceNamespaceHandler.java
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/ResourceNamespaceHandler.java?rev=1100&r1=1099&r2=1100&view=diff
==============================================================================
--- branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/ResourceNamespaceHandler.java (original)
+++ branches/REL_1/src/main/java/edu/internet2/middleware/shibboleth/common/config/resource/ResourceNamespaceHandler.java Fri Aug  8 23:11:35 2014
@@ -50,7 +50,7 @@
             }
         } catch (ClassNotFoundException e) {
             LoggerFactory.getLogger(ResourceNamespaceHandler.class).info(
-                    "svnkit jar not found, the SVNResource type will nt be supported");
+                    "svnkit jar not found, the SVNResource type will not be supported");
             registerBeanDefinitionParser(MissingSVNResourceBeanDefinitionParser.SCHEMA_TYPE, 
                     new MissingSVNResourceBeanDefinitionParser());
         }



More information about the commits mailing list