Skip to content

Commit

Permalink
Merge pull request #15913 from wso2/madurangasiriwardena-patch-3
Browse files Browse the repository at this point in the history
Update logger class
  • Loading branch information
madurangasiriwardena authored May 25, 2023
2 parents 730c25d + 58a87bb commit dfd7013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

public abstract class AbstractAnalyticsLoginTestCase extends ISIntegrationTest {

private static final Log log = LogFactory.getLog(AnalyticsLoginTestCase.class);
private static final Log log = LogFactory.getLog(AbstractAnalyticsLoginTestCase.class);

// SAML Application attributes
private static final String USER_AGENT = "Apache-HttpClient/4.2.5 (java 1.5)";
Expand Down

0 comments on commit dfd7013

Please sign in to comment.