From eb93b6ad31fb9680321c4c799968e7930772d515 Mon Sep 17 00:00:00 2001 From: DO YUNG YOON Date: Tue, 20 Sep 2016 22:50:47 +0900 Subject: [PATCH] [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 --- CHANGES | 2 ++ .../apache/s2graph/counter/MethodNotSupportedException.scala | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 s2counter_core/src/main/scala/org/apache/s2graph/counter/MethodNotSupportedException.scala diff --git a/CHANGES b/CHANGES index 8ed49ddf..915325d6 100644 --- a/CHANGES +++ b/CHANGES @@ -194,6 +194,8 @@ Release 0.1.0 - unreleased S2GRAPH-111: typo fix: getServiceLable -> getServiceLabel (Contributed by Jong Wook Kim, 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). 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 16f2dd42..00000000 --- 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