// "Replace with text block" "true-preview" class LeadingNewlines { public static void main(String[] args) { String text = "\n+---------------------------- ------------------------------------------------------------+" + "\n| Unable to authenticate the microservice. Administrative functions will not be available |" + "\n+-----------------------------------------------------------------------------------------+"; } }