Remove a serviced application from the list. @param name the context name
(String name)
| 307 | * @param name the context name |
| 308 | */ |
| 309 | public void removeServiced(String name) { |
| 310 | servicedSet.remove(name); |
| 311 | } |
| 312 | |
| 313 | |
| 314 | /** |
no test coverage detected