Replace tab by spaces
This commit is contained in:
parent
ce1e48dc74
commit
2ab42e5bde
@ -520,7 +520,7 @@ public class MemoryAwareThreadPoolExecutor extends ThreadPoolExecutor {
|
||||
private int waiters;
|
||||
|
||||
Limiter(long limit) {
|
||||
this.limit = limit;
|
||||
this.limit = limit;
|
||||
}
|
||||
|
||||
synchronized void increase(long amount) {
|
||||
|
Loading…
Reference in New Issue
Block a user