Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/channel/AuthAgentForwardThread.java @ 307:071eccdff8ea ganymed
fix java formatting
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 14:16:58 -0700 |
parents | abad243cb341 |
children | b40bc65fa09a |
comparison
equal
deleted
inserted
replaced
305:d2b303406d63 | 307:071eccdff8ea |
---|---|
97 byte[] buffer = new byte[Channel.CHANNEL_BUFFER_SIZE]; | 97 byte[] buffer = new byte[Channel.CHANNEL_BUFFER_SIZE]; |
98 | 98 |
99 public AuthAgentForwardThread(Channel c, AuthAgentCallback authAgent) { | 99 public AuthAgentForwardThread(Channel c, AuthAgentCallback authAgent) { |
100 this.c = c; | 100 this.c = c; |
101 this.authAgent = authAgent; | 101 this.authAgent = authAgent; |
102 | |
103 log.debug("AuthAgentForwardThread started"); | 102 log.debug("AuthAgentForwardThread started"); |
104 } | 103 } |
105 | 104 |
106 @Override | 105 @Override |
107 public void run() { | 106 public void run() { |