James Moger
2015-11-22 ed552ba47c02779c270ffd62841d6d1048dade70
src/main/java/com/gitblit/manager/FederationManager.java
@@ -45,6 +45,8 @@
import com.gitblit.utils.FederationUtils;
import com.gitblit.utils.JsonUtils;
import com.gitblit.utils.StringUtils;
import com.google.inject.Inject;
import com.google.inject.Singleton;
/**
 * Federation manager controls all aspects of handling federation sets, tokens,
@@ -53,6 +55,7 @@
 * @author James Moger
 *
 */
@Singleton
public class FederationManager implements IFederationManager {
   private final Logger logger = LoggerFactory.getLogger(getClass());
@@ -70,6 +73,7 @@
   private final IRepositoryManager repositoryManager;
   @Inject
   public FederationManager(
         IRuntimeManager runtimeManager,
         INotificationManager notificationManager,