mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Remove non-ascii characters added by accident
This commit is contained in:
@@ -71,11 +71,11 @@ public class GroovyShell {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Object run(URI source, List<String> list) {
|
||||
public Object run(URI source, List<String> list) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public Object run(URI source, String[] args) {
|
||||
public Object run(URI source, String[] args) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user