James Moger
2014-04-17 872462169ff63dfcd86ecb3f6e699686f1d3f725
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,