Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXEC-105: fix documentation #112

Merged
merged 4 commits into from Jul 16, 2023
Merged

EXEC-105: fix documentation #112

merged 4 commits into from Jul 16, 2023

Conversation

orionlibs
Copy link
Contributor

EXEC-105: fixed documentation

@@ -169,7 +169,7 @@ executor.execute(cmdLine, resultHandler);

// some time later the result handler callback was invoked so we
// can safely request the exit value
int exitValue = resultHandler.waitFor();
resultHandler.waitFor();
Copy link

Choose a reason for hiding this comment

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

I would also show the exitValue = resultHandler.getExitValue(); call as the comment suggests.

Copy link
Member

Choose a reason for hiding this comment

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

Hi @ecki,
Does the PR look ok to you now?

Copy link

Choose a reason for hiding this comment

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

Looks good - maybe in the future we should use snippets or at least have a copy in a test class.

you might need to add the changes.xml entry?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ecki updated changes.xml

Copy link
Member

Choose a reason for hiding this comment

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

In general, don't update changes.xml, if every PR did that, they would all create merge problems. Note that "dev" is for Apache IDs and "due-to" is for contributor IDs that can be tied so something, like a GitHub account.

orionlibs and others added 3 commits July 16, 2023 10:54
@garydgregory garydgregory changed the title EXEC-105: fixed documentation EXEC-105: fix documentation Jul 16, 2023
@garydgregory garydgregory merged commit 5b6f2c5 into apache:master Jul 16, 2023
12 checks passed
@orionlibs orionlibs deleted the EXEC-105-fix-documentation branch July 17, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants