349350351352353354355
/** * Increment the download counter. * @param re */ public void incrementDownloadCounter(final RepositoryEntry re) { BackgroundTaskQueueManager.getInstance().addTask(new IncrementDownloadCounterBackgroundTask(re)); }