[idwsfconsumer] branch master updated: Remove reference to no-op base class.

Scott Cantor cantor.2 at osu.edu
Fri Jul 12 11:01:57 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository idwsfconsumer.

View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=36e27e957139a04e2fa4f04126f7227850d946a4

The following commit(s) were added to refs/heads/master by this push:
       new  36e27e9   Remove reference to no-op base class.
36e27e9 is described below

commit 36e27e957139a04e2fa4f04126f7227850d946a4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jul 12 11:01:54 2019 -0400

    Remove reference to no-op base class.
---
 .../java/org/openliberty/xmltooling/sasl/SASLRequestMarshaller.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/openliberty/xmltooling/sasl/SASLRequestMarshaller.java b/src/main/java/org/openliberty/xmltooling/sasl/SASLRequestMarshaller.java
index 5ac87d0..ff54fa2 100755
--- a/src/main/java/org/openliberty/xmltooling/sasl/SASLRequestMarshaller.java
+++ b/src/main/java/org/openliberty/xmltooling/sasl/SASLRequestMarshaller.java
@@ -11,8 +11,8 @@ import net.shibboleth.utilities.java.support.xml.AttributeSupport;
 
 import org.opensaml.core.xml.XMLObject;
 import org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport;
+import org.opensaml.core.xml.io.AbstractXMLObjectMarshaller;
 import org.opensaml.core.xml.io.MarshallingException;
-import org.opensaml.saml.common.AbstractSAMLObjectMarshaller;
 import org.w3c.dom.Attr;
 import org.w3c.dom.Element;
 
@@ -20,7 +20,7 @@ import org.w3c.dom.Element;
  * @author tguion
  *
  */
-public class SASLRequestMarshaller extends AbstractSAMLObjectMarshaller {
+public class SASLRequestMarshaller extends AbstractXMLObjectMarshaller {
 
     /**
      * Constructor.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list