Skip to content

Commit bf1f2a1

Browse files
sgramponeanaiberta
authored andcommitted
Remove commented code
(cherry picked from commit d944b92)
1 parent 100496f commit bf1f2a1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

gamsaml/src/main/java/com/genexus/saml/GamSamlProperties.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public static String getKeyStPathTrustSt() {
145145
public static String getKeyStPwdTrustSt() {
146146
String cryptPass = GamSamlProperties.getInstance().getGeneralProperty(
147147
"KeyStorePwdTrustCred");
148-
//String ret = Crypt.Decrypt(cryptPass);
149148
String ret = com.genexus.util.Encryption.decrypt64(cryptPass, getKeyCrypt());
150149
logger.debug("[getKeyStPwdTrustSt] " + "Gets KeyStorePwdTrustCred: " + cryptPass);
151150
return ret;

gamsaml/src/main/java/com/genexus/saml/SamlBuilder.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ public SamlBuilder() {
2424

2525
}
2626

27-
28-
/*@SuppressWarnings({"unused", "unchecked"})
29-
public <T> T buildSAMLObject(final Class<T> objectClass, QName qName) {
30-
return (T) builderFactory.getBuilder(qName).buildObject(qName);
31-
}*/
32-
3327
protected Issuer buildSamlIssuer() {
3428
return (Issuer) builderFactory.getBuilder(Issuer.DEFAULT_ELEMENT_NAME).buildObject(Issuer.DEFAULT_ELEMENT_NAME);
3529
}

0 commit comments

Comments
 (0)