You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/12/27 00:18:17 UTC

git commit: remove unused import

Updated Branches:
  refs/heads/master 0895dfe6c -> f089f8ee5


remove unused import


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/f089f8ee
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/f089f8ee
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/f089f8ee

Branch: refs/heads/master
Commit: f089f8ee5f9ec70fdf8eb401d6844d05d7927cd5
Parents: 0895dfe
Author: Roger Meier <ro...@apache.org>
Authored: Thu Dec 27 00:17:39 2012 +0100
Committer: Roger Meier <ro...@apache.org>
Committed: Thu Dec 27 00:17:39 2012 +0100

----------------------------------------------------------------------
 .../apache/thrift/transport/TFileProcessor.java    |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/f089f8ee/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
----------------------------------------------------------------------
diff --git a/lib/java/src/org/apache/thrift/transport/TFileProcessor.java b/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
index 19db896..4e6a198 100644
--- a/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
+++ b/lib/java/src/org/apache/thrift/transport/TFileProcessor.java
@@ -24,16 +24,6 @@ import org.apache.thrift.TException;
 import org.apache.thrift.protocol.TProtocol;
 import org.apache.thrift.protocol.TProtocolFactory;
 
-
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.RandomAccessFile;
-import java.io.BufferedInputStream;
-import java.io.BufferedOutputStream;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.io.IOException;
-
 /**
  * FileProcessor: helps in processing files generated by TFileTransport.
  * Port of original cpp implementation