Skip to content

Commit 508ec80

Browse files
committed
Add a missing import so that the code compiles again
1 parent 0513e27 commit 508ec80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/onelogin/saml/Response.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import javax.xml.xpath.XPathFactory;
2626

2727
import org.apache.commons.codec.binary.Base64;
28+
import org.w3c.dom.Attr;
2829
import org.w3c.dom.Document;
2930
import org.w3c.dom.Element;
3031
import org.w3c.dom.NamedNodeMap;

0 commit comments

Comments
 (0)