AsyncSemaphore.toString method added

pull/1461/head
Nikita 7 years ago
parent 7da772d684
commit 1ceb21c28d

@ -120,4 +120,11 @@ public class AsyncSemaphore {
} }
} }
@Override
public String toString() {
return "AsyncSemaphore [counter=" + counter + "]";
}
} }

Loading…
Cancel
Save