Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
giosil committed Jul 22, 2021
1 parent 11dbd31 commit 33804c8
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 267 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/lastpass/saml/AttributeSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public class AttributeSet
private Map<String, List<String>> attributes;

// [dew]
public AttributeSet(String nameId, String requestId,
Map<String, List<String>> attributes)
public AttributeSet(String nameId, String requestId, Map<String, List<String>> attributes)
{
this.nameId = nameId;
this.requestId = requestId;
Expand Down
Loading

0 comments on commit 33804c8

Please sign in to comment.