James Moger
2014-04-15 a0d5c865f8e7161f73d5e4420e662e81f1640acd
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,