mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
SPACES NOT TABS (like in Silicon Valley).
This commit is contained in:
@@ -195,12 +195,12 @@ public abstract class AbstractChannel
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isEOF() {
|
public boolean isEOF() {
|
||||||
return eof;
|
return eof;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public LoggerFactory getLoggerFactory() {
|
public LoggerFactory getLoggerFactory() {
|
||||||
return loggerFactory;
|
return loggerFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void gotClose()
|
private void gotClose()
|
||||||
@@ -401,7 +401,7 @@ public abstract class AbstractChannel
|
|||||||
/** Called when EOF has been received. Subclasses can override but must call super. */
|
/** Called when EOF has been received. Subclasses can override but must call super. */
|
||||||
protected void eofInputStreams() {
|
protected void eofInputStreams() {
|
||||||
in.eof();
|
in.eof();
|
||||||
eof = true;
|
eof = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user