mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: ab4d06cd4d6c198fcfc94d67e1e758de291648c1
10 lines
170 B
Java
10 lines
170 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void escapeSpaces() {
|
|
String block = "text block \n" +
|
|
" ";
|
|
}
|
|
|
|
} |