Replace tab by spaces

This commit is contained in:
norman 2011-11-30 10:47:41 +01:00
parent ce1e48dc74
commit 2ab42e5bde

View File

@ -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) {