Skip to content

Commit

Permalink
GEODE-2142: final compiling build
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer committed Feb 27, 2017
1 parent cd58f1f commit e220d09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,6 @@ public ResultData addAsFile(String fileName, String fileContents, String message
throw new UnsupportedOperationException("This is read only result data");
}

@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");
Expand All @@ -325,12 +319,6 @@ public ResultData addAsFile(String fileName, String fileContents, String message
throw new UnsupportedOperationException("This is read only result data");
}

@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");
Expand All @@ -350,12 +338,6 @@ public ResultData addAsFile(String fileName, String fileContents, String message
throw new UnsupportedOperationException("This is read only result data");
}

@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");
Expand All @@ -380,12 +362,6 @@ public ResultData addAsFile(String fileName, String fileContents, String message
throw new UnsupportedOperationException("This is read only result data");
}

@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");
Expand Down Expand Up @@ -415,12 +391,6 @@ public ResultData addAsFile(String fileName, String fileContents, String message
throw new UnsupportedOperationException("This is read only result data");
}

@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) {
Expand Down
1 change: 1 addition & 0 deletions geode-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
*/

dependencies {
testCompile project(':geode-junit')
}

0 comments on commit e220d09

Please sign in to comment.