James Moger
2012-09-07 13a3f5bc3e2d25fc76850f86070dc34efe60d77a
src/com/gitblit/utils/SyndicationUtils.java
@@ -56,14 +56,13 @@
    * @param feedLink
    * @param title
    * @param description
    * @param repository
    * @param entryModels
    * @param os
    * @throws IOException
    * @throws FeedException
    */
   public static void toRSS(String hostUrl, String feedLink, String title, String description,
         String repository, List<FeedEntryModel> entryModels, OutputStream os)
         List<FeedEntryModel> entryModels, OutputStream os)
         throws IOException, FeedException {
      SyndFeed feed = new SyndFeedImpl();