576577578579580581582583584585586
} } // If no stream, returns a no-op Service if (streams.isEmpty()) { return new AbstractService() { @Override protected void doStart() { notifyStarted(); }
632633634635636637638639640641642