Release resources without throwing exceptions.
()
| 260 | public interface Subscription extends Closeable { |
| 261 | /** Release resources without throwing exceptions. */ |
| 262 | @Override |
| 263 | void close(); |
| 264 | } |
| 265 | } |
nothing calls this directly
no outgoing calls
no test coverage detected