341342343344345346347
* Increment the launch counter. * @param re */ public void incrementLaunchCounter(RepositoryEntry re) { //o_clusterOK by:cg BackgroundTaskQueueManager.getInstance().addTask(new IncrementLaunchCounterBackgroundTask(re)); }