1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

- make contains protected

This commit is contained in:
Alena Laskavaia 2008-11-24 20:53:27 +00:00
parent 5ca327814c
commit 2d49c506fa

View file

@ -406,7 +406,7 @@ public class SolibSearchPathBlock extends Observable implements IMILaunchConfigu
return false;
}
private boolean contains( IPath path ) {
protected boolean contains( IPath path ) {
List list = fDirList.getElements();
Iterator it = list.iterator();
while( it.hasNext() ) {