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