Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#39 from bosch-io/pr/35-fix-did-co…
Browse files Browse the repository at this point in the history
…nstructor

Fix: Convenience DID constructor
  • Loading branch information
borisrizov-zf authored Dec 20, 2023
2 parents a3ecc34 + ecd8135 commit da74fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public Did(DidMethod method, DidMethodIdentifier didMethodIdentifier, String fra
* @param didMethodIdentifier the did method identifier
*/
public Did(DidMethod method, DidMethodIdentifier didMethodIdentifier) {
new Did(method, didMethodIdentifier, null);
this(method, didMethodIdentifier, null);
}

/**
Expand Down

0 comments on commit da74fdd

Please sign in to comment.