James Moger
2011-07-01 d9f68798555e5ba8b4f7ddecf4a8cabbe9bb161a
src/com/gitblit/utils/FileUtils.java
@@ -34,7 +34,7 @@
    * 
    * @param file
    * @param lineEnding
    * @return
    * @return the string content of the file
    */
   public static String readContent(File file, String lineEnding) {
      StringBuilder sb = new StringBuilder();