Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

[REEF-762] Implement ClosedContext.ParentContext #853

Closed
wants to merge 1 commit into from

Conversation

afchung
Copy link
Contributor

@afchung afchung commented Feb 23, 2016

JIRA:
[REEF-762] https://issues.apache.org/jira/browse/REEF-762

Pull Request:
Closes #

@dongjoon-hyun
Copy link
Member

Hi, @afchung . LGTM.
I'll test and merge this.

@@ -42,6 +42,13 @@ namespace Org {
// Gets the Context ID and Evaluator ID of the closed context from the Java closed context object.
_jstringContextId = CommonUtilities::GetJObjectId(env, _jobjectClosedContext, jclassClosedContext);
_jstringEvaluatorId = CommonUtilities::GetJObjectEvaluatorId(env, _jobjectClosedContext, jclassClosedContext);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove the space, , in this line.

@asfgit asfgit closed this in 23f7386 Feb 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants