mirror of
https://github.com/github/codeql.git
synced 2026-07-01 17:45:36 +02:00
Replace non-ASCII em-dash in NativeCanonicalizer.java comment
This commit is contained in:
committed by
GitHub
parent
bfa81c30f4
commit
f7f537631c
@@ -26,7 +26,7 @@ public class NativeCanonicalizer {
|
||||
|
||||
private NativeCanonicalizer() {}
|
||||
|
||||
// UTF-16 JNI interface — no encoding conversion
|
||||
// UTF-16 JNI interface - no encoding conversion
|
||||
private static native String nativeCanonicalizePath(String path);
|
||||
|
||||
public static File resolve(File path) {
|
||||
|
||||
Reference in New Issue
Block a user