[java-idp-testbed COMMIT] in /trunk/src/test/java/idp/c14n/actions: SetupForSAML1C14N.java SetupForSAML2C14N.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 27 14:52:06 EDT 2014
Author: scantor
Date: Thu Mar 27 14:52:06 2014
New Revision: 171
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=171&view=rev
Log:
Fix typo.
Modified:
trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java
trunk/src/test/java/idp/c14n/actions/SetupForSAML2C14N.java
Modified: trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java?rev=171&r1=170&r2=171&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java (original)
+++ trunk/src/test/java/idp/c14n/actions/SetupForSAML1C14N.java Thu Mar 27 14:52:06 2014
@@ -72,7 +72,7 @@
}
if (nid == null) {
- throw new ProfileException("Unable to encoder source attribute into NameIdentifier");
+ throw new ProfileException("Unable to encode source attribute into NameIdentifier");
}
NameIdentifierPrincipal nidp = new NameIdentifierPrincipal(nid);
Modified: trunk/src/test/java/idp/c14n/actions/SetupForSAML2C14N.java
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/test/java/idp/c14n/actions/SetupForSAML2C14N.java?rev=171&r1=170&r2=171&view=diff
==============================================================================
--- trunk/src/test/java/idp/c14n/actions/SetupForSAML2C14N.java (original)
+++ trunk/src/test/java/idp/c14n/actions/SetupForSAML2C14N.java Thu Mar 27 14:52:06 2014
@@ -72,7 +72,7 @@
}
if (nid == null) {
- throw new ProfileException("Unable to encoder source attribute into NameID");
+ throw new ProfileException("Unable to encode source attribute into NameID");
}
NameIDPrincipal nidp = new NameIDPrincipal(nid);
More information about the commits
mailing list