garydgregory commented on code in PR #112: URL: https://github.com/apache/commons-exec/pull/112#discussion_r1264685302
########## src/site/apt/tutorial.apt: ########## @@ -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(); Review Comment: 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org