Skip to content

Commit e324e4e

Browse files
committed
Remove non-ascii characters added by accident
1 parent 357b0e1 commit e324e4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/test/stubs/groovy-all-3.0.7/groovy/lang/GroovyShell.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ public Object run(GroovyCodeSource source, String[] args) {
7171
return null;
7272
}
7373

74-
public Object run(URI source, List<String> list) {
74+
public Object run(URI source, List<String> list) {
7575
return null;
7676
}
7777

78-
public Object run(URI source, String[] args) {
78+
public Object run(URI source, String[] args) {
7979
return null;
8080
}
8181

0 commit comments

Comments
 (0)