mirror of https://github.com/apache/cassandra
s/com.sun.xml.internal.ws.Closeable/java.io.Closeable/
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1089564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80d3decdfe
commit
2b3585a032
|
|
@ -1,11 +1,11 @@
|
|||
package org.apache.cassandra.io.util;
|
||||
|
||||
import java.io.Closeable;
|
||||
import java.io.DataInput;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.apache.cassandra.cache.FreeableMemory;
|
||||
|
||||
import com.sun.xml.internal.ws.Closeable;
|
||||
|
||||
public class MemoryInputStream extends AbstractDataInput implements DataInput, Closeable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue