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:
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;
|
||||
}
|
||||
|
||||
private boolean contains( IPath path ) {
|
||||
protected boolean contains( IPath path ) {
|
||||
List list = fDirList.getElements();
|
||||
Iterator it = list.iterator();
|
||||
while( it.hasNext() ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue