ahgittin commented on code in PR #1363:
URL: https://github.com/apache/brooklyn-server/pull/1363#discussion_r999126827


##########
core/src/main/java/org/apache/brooklyn/util/core/internal/ssh/sshj/SshjTool.java:
##########
@@ -971,12 +987,12 @@ public Integer create() throws Exception {
                     errgobbler.start();
                 }
 
-                OutputStream output = shell.getOutputStream();
+                OutputStream shellStdin = shell.getOutputStream();

Review Comment:
   this messes with the mind.  because _we_ write to stdin from our perspective 
it is an output stream, and the output from the shell we read from so it is an 
input stream.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to