James Moger
2014-04-14 a7af195bed674c2f0f1a74b69cefc8be1d90572d
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,