Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
piraveena committed Jul 21, 2023
1 parent 6249201 commit b00b5ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private ApplicationConstants() {
* Group the constants related to logs.
*/
public static class LogConstants {

public static final String TARGET_APPLICATION = "APPLICATION";
public static final String USER = "USER";
public static final String INBOUND_AUTHENTICATION_CONFIG = "inboundAuthenticationConfig";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ public class LogConstants {

public static final String FAILED = "FAILED";
public static final String SUCCESS = "SUCCESS";
public static final String INITIATOR_ID = "initiatorId";
public static final String INITIATOR_TYPE = "initiatorType";
public static final String TARGET_ID = "targetId";
public static final String TARGET_TYPE = "targetType";

/**
* Constants related to masking sensitive info in logs.
Expand Down

0 comments on commit b00b5ea

Please sign in to comment.