Repository: bahir-flink Updated Branches: refs/heads/master b21bd7112 -> 0f87c1e4f
[MINOR] Remove auto-generated comments Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/016148d8 Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/016148d8 Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/016148d8 Branch: refs/heads/master Commit: 016148d8bfe4e975aa76387467e665af79d8be30 Parents: b21bd71 Author: Luciano Resende <[email protected]> Authored: Thu Apr 6 10:00:27 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Thu Apr 6 10:00:27 2017 -0700 ---------------------------------------------------------------------- .../streaming/connectors/netty/example/HttpSourceExample.scala | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/016148d8/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/HttpSourceExample.scala ---------------------------------------------------------------------- diff --git a/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/HttpSourceExample.scala b/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/HttpSourceExample.scala index 7459e9a..3a00b38 100644 --- a/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/HttpSourceExample.scala +++ b/flink-connector-netty/src/test/scala/org/apache/flink/streaming/connectors/netty/example/HttpSourceExample.scala @@ -25,7 +25,6 @@ import scala.util.Random /** * http client - * Created by shijinkui on 2016/9/26. */ object HttpSourceExample extends BaseTest {
