Add a serviced application to the list and indicates if the application was already present in the list. @param name the context name @return true if the application was not already in the list
(String name)
| 297 | * @return {@code true} if the application was not already in the list |
| 298 | */ |
| 299 | public boolean tryAddServiced(String name) { |
| 300 | return servicedSet.add(name); |
| 301 | } |
| 302 | |
| 303 | |
| 304 | /** |
no test coverage detected