Skip to content

Commit 1c5c314

Browse files
committed
Removed the errorDetails property since it is not used anymore.
1 parent 2e630e5 commit 1c5c314

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java

-3
Original file line numberDiff line numberDiff line change
@@ -843,9 +843,6 @@ public void handleErrorReport(String sessionId, ErrorData errorData, boolean isB
843843
if (errorData.getDescription() != null) {
844844
resultModel.add(error, RDFS.comment, errorData.getDescription());
845845
}
846-
if (errorData.getDetails() != null) {
847-
resultModel.add(error, Algorithm.errorDetails, errorData.getDetails());
848-
}
849846
synchronized (experimentMutex) {
850847
// Check again whether we are still working on the same experiment
851848
if (isExpRunning(sessionId)) {

0 commit comments

Comments
 (0)