Skip to content

Commit 2aab48b

Browse files
committed
Merge pull request #16 from benmccann/missing-import
Add a missing import so that the code compiles again
2 parents 0513e27 + 508ec80 commit 2aab48b

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)