mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
method name change
This commit is contained in:
parent
53738dc5bf
commit
cc06054a0a
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ public class CoreModel {
|
||||||
* the entries location are compatible, otherwise a status
|
* the entries location are compatible, otherwise a status
|
||||||
* object indicating what is wrong with them
|
* object indicating what is wrong with them
|
||||||
*/
|
*/
|
||||||
public static ICModelStatus validatePathEntry(ICProject cProject, IPathEntry[] entries) {
|
public static ICModelStatus validatePathEntries(ICProject cProject, IPathEntry[] entries) {
|
||||||
return pathEntryManager.validatePathEntry(cProject, entries);
|
return pathEntryManager.validatePathEntry(cProject, entries);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue