We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53157cb commit bbbb18aCopy full SHA for bbbb18a
vm/tests/src/test/java/com/codename1/tools/translator/StampedLockIntegrationTest.java
@@ -262,7 +262,7 @@ private void writeMockJavaClasses(Path sourceDir) throws Exception {
262
"public class File {\n" +
263
" public static final String separator = \"/\";\n" +
264
" public static final char separatorChar = '/';\n" +
265
- " public static final String pathSeparator = \":";\n" +
+ " public static final String pathSeparator = \":\";\n" +
266
" public static final char pathSeparatorChar = ':';\n" +
267
" private String path;\n" +
268
" public File(String pathname) { this.path = pathname == null ? \"\" : pathname; }\n" +
0 commit comments