Searched refs:pluggables (Results 1 – 1 of 1) sorted by relevance
831 private void callOnCleanup(List<? extends Pluggable<?>> pluggables) { in callOnCleanup() argument832 for (int i = 0; i < pluggables.size(); i++) { in callOnCleanup()833 pluggables.get(i).onCleanup(); in callOnCleanup()