GEODE-2142: final compiling build

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

Branch: refs/heads/develop
Commit: e220d0992bd18a40bf209294cf1cb02106af21d5
Parents: cd58f1f
Author: Udo Kohlmeyer <[email protected]>
Authored: Fri Feb 17 16:45:21 2017 -0800
Committer: Udo Kohlmeyer <[email protected]>
Committed: Mon Feb 27 07:18:55 2017 -0800

----------------------------------------------------------------------
 .../internal/cli/result/ResultBuilder.java      | 30 --------------------
 geode-json/build.gradle                         |  1 +
 2 files changed, 1 insertion(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/e220d099/geode-core/src/main/java/org/apache/geode/management/internal/cli/result/ResultBuilder.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/result/ResultBuilder.java
 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/result/ResultBuilder.java
index 06060a4..9bd2bf9 100755
--- 
a/geode-core/src/main/java/org/apache/geode/management/internal/cli/result/ResultBuilder.java
+++ 
b/geode-core/src/main/java/org/apache/geode/management/internal/cli/result/ResultBuilder.java
@@ -301,12 +301,6 @@ public class ResultBuilder {
         }
 
         @Override
-        public ResultData addByteDataFromFileFile(String filePath, int 
fileType, String message,
-            boolean addTimeStampToName) throws FileNotFoundException, 
IOException {
-          throw new UnsupportedOperationException("This is read only result 
data");
-        }
-
-        @Override
         public TabularResultData accumulate(String accumulateFor, Object 
value) {
           throw new UnsupportedOperationException("This is read only result 
data");
         }
@@ -326,12 +320,6 @@ public class ResultBuilder {
         }
 
         @Override
-        public ResultData addByteDataFromFileFile(String filePath, int 
fileType, String message,
-            boolean addTimeStampToName) throws FileNotFoundException, 
IOException {
-          throw new UnsupportedOperationException("This is read only result 
data");
-        }
-
-        @Override
         public ErrorResultData addLine(String line) {
           throw new UnsupportedOperationException("This is read only result 
data");
         }
@@ -351,12 +339,6 @@ public class ResultBuilder {
         }
 
         @Override
-        public ResultData addByteDataFromFileFile(String filePath, int 
fileType, String message,
-            boolean addTimeStampToName) throws FileNotFoundException, 
IOException {
-          throw new UnsupportedOperationException("This is read only result 
data");
-        }
-
-        @Override
         public ErrorResultData addLine(String line) {
           throw new UnsupportedOperationException("This is read only result 
data");
         }
@@ -381,12 +363,6 @@ public class ResultBuilder {
         }
 
         @Override
-        public ResultData addByteDataFromFileFile(String filePath, int 
fileType, String message,
-            boolean addTimeStampToName) throws FileNotFoundException, 
IOException {
-          throw new UnsupportedOperationException("This is read only result 
data");
-        }
-
-        @Override
         public SectionResultData addSection() {
           throw new UnsupportedOperationException("This is read only result 
data");
         }
@@ -416,12 +392,6 @@ public class ResultBuilder {
         }
 
         @Override
-        public ResultData addByteDataFromFileFile(String filePath, int 
fileType, String message,
-            boolean addTimeStampToName) throws FileNotFoundException, 
IOException {
-          throw new UnsupportedOperationException("This is read only result 
data");
-        }
-
-        @Override
         public ObjectResultData<CliJsonSerializable> addCollection(
             Collection<CliJsonSerializable> infoBeans) {
           throw new UnsupportedOperationException("This is read only result 
data");

http://git-wip-us.apache.org/repos/asf/geode/blob/e220d099/geode-json/build.gradle
----------------------------------------------------------------------
diff --git a/geode-json/build.gradle b/geode-json/build.gradle
index 8a1727e..722244a 100644
--- a/geode-json/build.gradle
+++ b/geode-json/build.gradle
@@ -16,4 +16,5 @@
  */
 
 dependencies {
+    testCompile project(':geode-junit')
 }
\ No newline at end of file

Reply via email to