mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 22:05:44 +02:00
Fix the build.
This commit is contained in:
parent
eaab8181d0
commit
313f632a5d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class Util {
|
|||
}
|
||||
|
||||
public static int indexOf(String line, char c) {
|
||||
return indexOf(line, Character.toString(c));
|
||||
return indexOf(line, new Character(c).toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue