Skip to content

Commit 1099f59

Browse files
authored
Mark getKeyInfo() private as it has no public consumers (#412)
1 parent 468d674 commit 1099f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/signed-xml.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ export class SignedXml {
889889
}
890890
}
891891

892-
getKeyInfo(prefix) {
892+
private getKeyInfo(prefix) {
893893
const currentPrefix = prefix ? `${prefix}:` : "";
894894

895895
let keyInfoAttrs = "";

0 commit comments

Comments
 (0)