commit | d66289f0830f9aaba627fdab5bd5ad732c38022f | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Mon Feb 06 14:38:59 2017 +0800 |
committer | Yi Kong <yikong@google.com> | Mon Feb 06 14:39:49 2017 +0800 |
tree | 79ca0686f94d5ef93c291c349f0f3a184e3fdc6b | |
parent | 3dbc3995d59af2430dfc7bb5aaf3b285b2b1c6e3 [diff] |
Clean up ConcurrentCloseTest#Killer Instead of using reflection to call close() method, use generics to specify the class implements Closeable, so that we can call close() directly. Test: libcore.java.net.ConcurrentCloseTest Change-Id: I05bc4e74903fe5e4f2bda67adc6510acc3194971