James Moger
2012-02-28 b938aeea1e892b9c95396ca0745ac2adb79ff78e
src/com/gitblit/GitBlit.java
@@ -1697,6 +1697,15 @@
   }
   /**
    * Update the Lucene index of a repository.
    *
    * @param repository
    */
   public void updateLuceneIndex(RepositoryModel repository) {
      luceneExecutor.queue(repository);
   }
   /**
    * Returns the descriptions/comments of the Gitblit config settings.
    * 
    * @return SettingsModel
@@ -1892,5 +1901,6 @@
   public void contextDestroyed(ServletContextEvent contextEvent) {
      logger.info("Gitblit context destroyed by servlet container.");
      scheduledExecutor.shutdownNow();
      luceneExecutor.close();
   }
}