mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 08:10:55 +03:00
clearer...
This commit is contained in:
@@ -116,7 +116,7 @@ public abstract class Window {
|
|||||||
|
|
||||||
public int neededAdjustment() {
|
public int neededAdjustment() {
|
||||||
synchronized (lock) {
|
synchronized (lock) {
|
||||||
return (size - threshold <= 0) ? (initialSize - size) : 0;
|
return (size <= threshold) ? (initialSize - size) : 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user