James Moger
2014-04-17 8cbdf3ff0883c54f2bb0b87ee86d7984d83822eb
src/main/java/com/gitblit/DaggerModule.java
@@ -185,6 +185,7 @@
   @Provides @Singleton GitBlitWebApp provideWebApplication(
         IRuntimeManager runtimeManager,
         IPluginManager pluginManager,
         INotificationManager notificationManager,
         IUserManager userManager,
         IAuthenticationManager authenticationManager,
@@ -196,6 +197,7 @@
      return new GitBlitWebApp(
            runtimeManager,
            pluginManager,
            notificationManager,
            userManager,
            authenticationManager,