mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
and use new text block escaping GitOrigin-RevId: cc8eea8aa0c638b967e40b6a6b4b9dea1cfed61d
5 lines
90 B
Java
5 lines
90 B
Java
class C {
|
|
private static String quote(String s) {
|
|
return '"' + <caret>s + '"';
|
|
}
|
|
} |