Пример #1
0
 public final void clearPassiveRequests() {
   synchronized (passiveRequests) {
     passiveRequests.clear();
   }
 }