mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-01 04:33:36 +02:00
- make contains protected
This commit is contained in:
parent
5ca327814c
commit
2d49c506fa
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ public class SolibSearchPathBlock extends Observable implements IMILaunchConfigu
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean contains( IPath path ) {
|
protected boolean contains( IPath path ) {
|
||||||
List list = fDirList.getElements();
|
List list = fDirList.getElements();
|
||||||
Iterator it = list.iterator();
|
Iterator it = list.iterator();
|
||||||
while( it.hasNext() ) {
|
while( it.hasNext() ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue