James Moger
2014-06-05 afbaebde11093fae8b420aaaf71dcd56d8c0f9fd
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,