track method

  1. @protected
void track()

Method used to add this repository to the pool. It's useful for debugging.

Implementation

@protected
void track() {
  Repository.repositories.add(WeakReference(this));
}