1
0
Fork 0
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:
David Inglis 2004-05-28 16:22:24 +00:00
parent 53738dc5bf
commit cc06054a0a

View file

@ -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);
} }