[java-opensaml COMMIT] in /trunk: opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java opensaml-co...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jan 30 00:39:51 EST 2013


Author: scantor
Date: Wed Jan 30 00:39:51 2013
New Revision: 3180

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3180&view=rev
Log:
Port java-xmltooling r753

Modified:
    trunk/opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java
    trunk/opensaml-core/src/test/java/org/opensaml/core/xml/schema/XSURITest.java
    trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/CertPathPKIXTrustEvaluator.java

Modified: trunk/opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- trunk/opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java (original)
+++ trunk/opensaml-core/src/test/java/org/opensaml/core/xml/ElementProxyTest.java Wed Jan 30 00:39:51 2013
@@ -27,9 +27,7 @@
 import org.opensaml.core.xml.io.UnmarshallingException;
 import org.w3c.dom.Document;
 
-/**
- * Tests the {@link org.opensaml.xml.ElementProxy} class.
- */
+/** Test unmarshalling content for which no specific object providers were registered. */
 public class ElementProxyTest extends XMLObjectBaseTestCase {
 
     /**

Modified: trunk/opensaml-core/src/test/java/org/opensaml/core/xml/schema/XSURITest.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-core/src/test/java/org/opensaml/core/xml/schema/XSURITest.java?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- trunk/opensaml-core/src/test/java/org/opensaml/core/xml/schema/XSURITest.java (original)
+++ trunk/opensaml-core/src/test/java/org/opensaml/core/xml/schema/XSURITest.java Wed Jan 30 00:39:51 2013
@@ -34,7 +34,7 @@
 import org.w3c.dom.Document;
 
 /**
- * Unit test for {@link XSURi}
+ * Unit test for {@link XSURI}
  */
 public class XSURITest extends XMLObjectBaseTestCase {
     

Modified: trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/CertPathPKIXTrustEvaluator.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/CertPathPKIXTrustEvaluator.java?rev=3180&r1=3179&r2=3180&view=diff
==============================================================================
--- trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/CertPathPKIXTrustEvaluator.java (original)
+++ trunk/opensaml-security-impl/src/main/java/org/opensaml/security/x509/impl/CertPathPKIXTrustEvaluator.java Wed Jan 30 00:39:51 2013
@@ -62,7 +62,10 @@
     /** Class logger. */
     private final Logger log = LoggerFactory.getLogger(CertPathPKIXTrustEvaluator.class);
     
-    /** Responsible for parsing and serializing X.500 names to/from {@link X500Principal} instances. */
+    /**
+     * Responsible for parsing and serializing X.500 names to/from
+     * {@link javax.security.auth.x500.X500Principal} instances.
+     */
     private X500DNHandler x500DNHandler;
     
     /** Options influencing processing behavior. */



More information about the commits mailing list