You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2016/07/13 22:07:23 UTC

[1/2] incubator-beam git commit: Fix checkstyle error: remove unused import

Repository: incubator-beam
Updated Branches:
  refs/heads/master 2596d136d -> f0119b23a


Fix checkstyle error: remove unused import


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

Branch: refs/heads/master
Commit: d608efb77408f970e84f922ef41723aaaa920514
Parents: 2596d13
Author: Scott Wegner <sw...@google.com>
Authored: Wed Jul 13 13:32:40 2016 -0700
Committer: Scott Wegner <sw...@google.com>
Committed: Wed Jul 13 13:32:40 2016 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/d608efb7/sdks/java/core/src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java
----------------------------------------------------------------------
diff --git a/sdks/java/core/src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java b/sdks/java/core/src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java
index 8db2f75..12312d1 100644
--- a/sdks/java/core/src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java
+++ b/sdks/java/core/src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java
@@ -30,7 +30,6 @@ import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
 
 import java.io.File;
-import java.io.IOException;
 import java.nio.charset.StandardCharsets;
 
 /**


[2/2] incubator-beam git commit: [BEAM-446] Fix checkstyle error: remove unused import

Posted by lc...@apache.org.
[BEAM-446] Fix checkstyle error: remove unused import

This closes #647


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

Branch: refs/heads/master
Commit: f0119b23ad903e081e6ff503903094e504d68119
Parents: 2596d13 d608efb
Author: Luke Cwik <lc...@google.com>
Authored: Wed Jul 13 15:06:49 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Jul 13 15:06:49 2016 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/beam/sdk/util/IOChannelUtilsTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------