Code commit for tabs to space and line continuation
This commit is contained in:
parent
26038deef8
commit
339abb8401
@ -22,7 +22,6 @@ public class MaskingPatternLayoutExample {
|
|||||||
user.put("email_id", "spring@baeldung.com");
|
user.put("email_id", "spring@baeldung.com");
|
||||||
JSONObject userDetails = new JSONObject(user);
|
JSONObject userDetails = new JSONObject(user);
|
||||||
|
|
||||||
logger.info("MaskingPatternExample log from {}" + userDetails,
|
logger.info("MaskingPatternExample log from {}" + userDetails, MaskingPatternLayoutExample.class.getSimpleName());
|
||||||
MaskingPatternLayoutExample.class.getSimpleName());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user