mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
new method removeItem(Object key)
This commit is contained in:
parent
10cc1418e2
commit
fbea286a2e
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ public class RequestList {
|
|||
}
|
||||
}
|
||||
|
||||
public boolean removeItem(Object key) {
|
||||
return list.remove(key);
|
||||
}
|
||||
|
||||
public void addItem(IResource item) {
|
||||
//print("in addItem() - entering");
|
||||
synchronized (list) {
|
||||
|
|
Loading…
Add table
Reference in a new issue