[
https://issues.apache.org/jira/browse/SDAP-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502256#comment-16502256
]
ASF GitHub Bot commented on SDAP-85:
------------------------------------
lewismc closed pull request #24: SDAP-85
URL: https://github.com/apache/incubator-sdap-mudrod/pull/24
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/core/src/main/java/org/apache/sdap/mudrod/ontology/process/OntologyLinkCal.java
b/core/src/main/java/org/apache/sdap/mudrod/ontology/process/OntologyLinkCal.java
index 0c5301d..23fa348 100644
---
a/core/src/main/java/org/apache/sdap/mudrod/ontology/process/OntologyLinkCal.java
+++
b/core/src/main/java/org/apache/sdap/mudrod/ontology/process/OntologyLinkCal.java
@@ -91,6 +91,7 @@ public Object execute() {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
+ Thread.currentThread().interrupt();
} catch (ExecutionException e) {
e.printStackTrace();
} finally {
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix bugs in OntologyLinkCal.java
> --------------------------------
>
> Key: SDAP-85
> URL: https://issues.apache.org/jira/browse/SDAP-85
> Project: Apache Science Data Analytics Platform
> Issue Type: Bug
> Components: mudrod
> Reporter: Yun Li
> Priority: Major
> Fix For: 0.1
>
>
> Fix bugs in OntologyLinkCal.java @[~lewismc]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)