You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/09/21 05:14:38 UTC

[2/2] incubator-s2graph git commit: [S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header.

[S2GRAPH-114] `MethodNotSupportedException` class in s2counter_core project miss license header.

JIRA:
    [S2GRAPH-114] https://issues.apache.org/jira/browse/S2GRAPH-114

Pull Request:
    Closes #82

Authors
    DO YUNG YOON: steamshon@apache.org


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

Branch: refs/heads/master
Commit: ddae05f1234436678a108627b2b7b04d44b4c25e
Parents: 2fc6c5d
Author: DO YUNG YOON <st...@apache.org>
Authored: Tue Sep 20 23:02:26 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Tue Sep 20 23:02:26 2016 +0900

----------------------------------------------------------------------
 CHANGES                                                           | 2 ++
 .../org/apache/s2graph/counter/MethodNotSupportedException.scala  | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ddae05f1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 526ed20..00bca9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -196,6 +196,8 @@ Release 0.1.0 - unreleased
 
     S2GRAPH-113: Add license header on `bin/example.sh` (Committed by DOYUNG YOON).
      
+    S2GRAPH-114: `MethodNotSupportedException` class in s2counter_core project miss license header (Committed by DOYUNG YOON).
+    
   TEST
     
     S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test data from storage. (Committed by DOYUNG YOON).

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ddae05f1/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
----------------------------------------------------------------------
diff --git a/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala b/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
deleted file mode 100644
index 16f2dd4..0000000
--- a/s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-package org.apache.s2graph.counter
-
-case class MethodNotSupportedException(message: String, cause: Throwable = null) extends Exception(message, cause)
\ No newline at end of file