()
| 418 | } |
| 419 | |
| 420 | @Override |
| 421 | public String toString() { |
| 422 | return MoreObjects.toStringHelper(ServiceManager.class).add("services", Collections2.filter(services, not(instanceOf(NoOpService.class)))).toString(); |
| 423 | } |
| 424 | |
| 425 | /** |
| 426 | * An encapsulation of all the mutable state of the {@link ServiceManager} that needs to be |
nothing calls this directly
no test coverage detected