mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 11:42:40 +07:00
GitOrigin-RevId: a31195746d6d797f217d13c7351179fa12adb6ae
10 lines
472 B
Java
10 lines
472 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class LeadingNewlines {
|
|
|
|
public static void main(String[] args) {
|
|
String text = "\n<caret>+---------------------------- ------------------------------------------------------------+" +
|
|
"\n| Unable to authenticate the microservice. Administrative functions will not be available |" +
|
|
"\n+-----------------------------------------------------------------------------------------+";
|
|
}
|
|
} |