mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 04:03:20 +07:00
GitOrigin-RevId: a31195746d6d797f217d13c7351179fa12adb6ae
12 lines
469 B
Java
12 lines
469 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class LeadingNewlines {
|
|
|
|
public static void main(String[] args) {
|
|
String text = """
|
|
|
|
+---------------------------- ------------------------------------------------------------+
|
|
| Unable to authenticate the microservice. Administrative functions will not be available |
|
|
+-----------------------------------------------------------------------------------------+""";
|
|
}
|
|
} |