mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
and use new text block escaping GitOrigin-RevId: cc8eea8aa0c638b967e40b6a6b4b9dea1cfed61d
5 lines
114 B
Java
5 lines
114 B
Java
class C {
|
|
private static String quote(String s) {
|
|
return java.text.MessageFormat.format("\"{0}\"", s);
|
|
}
|
|
} |