You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2016/03/24 19:14:12 UTC

incubator-toree git commit: Remove authors before becoming TLP.

Repository: incubator-toree
Updated Branches:
  refs/heads/master 9be21fa0d -> be91c0353


Remove authors before becoming TLP.


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

Branch: refs/heads/master
Commit: be91c035361020799ec07ad74d4c5cc45fab2379
Parents: 9be21fa
Author: Dongjoon Hyun <do...@apache.org>
Authored: Thu Mar 24 10:37:26 2016 -0700
Committer: Dongjoon Hyun <do...@apache.org>
Committed: Thu Mar 24 10:37:26 2016 -0700

----------------------------------------------------------------------
 kernel/src/test/scala/test/utils/SparkContextProvider.scala       | 3 ---
 .../toree/kernel/protocol/v5/content/CompleteReplySpec.scala      | 3 ---
 .../toree/kernel/protocol/v5/content/ConnectReplySpec.scala       | 3 ---
 3 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/be91c035/kernel/src/test/scala/test/utils/SparkContextProvider.scala
----------------------------------------------------------------------
diff --git a/kernel/src/test/scala/test/utils/SparkContextProvider.scala b/kernel/src/test/scala/test/utils/SparkContextProvider.scala
index 0021a52..19e48ce 100644
--- a/kernel/src/test/scala/test/utils/SparkContextProvider.scala
+++ b/kernel/src/test/scala/test/utils/SparkContextProvider.scala
@@ -18,9 +18,6 @@ package test.utils
 
 import org.apache.spark.{SparkConf, SparkContext}
 
-/**
- * Created by spark on 2/24/15.
- */
 object SparkContextProvider {
 
 

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/be91c035/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/CompleteReplySpec.scala
----------------------------------------------------------------------
diff --git a/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/CompleteReplySpec.scala b/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/CompleteReplySpec.scala
index 57e94f2..88fa0d3 100644
--- a/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/CompleteReplySpec.scala
+++ b/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/CompleteReplySpec.scala
@@ -21,9 +21,6 @@ import org.scalatest.{Matchers, FunSpec}
 import play.api.data.validation.ValidationError
 import play.api.libs.json.{JsPath, JsValue, Json}
 
-/**
- * Created by Senkwich on 7/24/14.
- */
 class CompleteReplySpec extends FunSpec with Matchers {
 
 

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/be91c035/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/ConnectReplySpec.scala
----------------------------------------------------------------------
diff --git a/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/ConnectReplySpec.scala b/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/ConnectReplySpec.scala
index aa271d7..ceb8874 100644
--- a/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/ConnectReplySpec.scala
+++ b/protocol/src/test/scala/org/apache/toree/kernel/protocol/v5/content/ConnectReplySpec.scala
@@ -21,9 +21,6 @@ import org.scalatest.{FunSpec, Matchers}
 import play.api.data.validation.ValidationError
 import play.api.libs.json.{JsPath, JsValue, Json}
 
-/**
- * Created by Senkwich on 7/24/14.
- */
 class ConnectReplySpec extends FunSpec with Matchers {