James Moger
2011-07-11 30a127621c89ff6afef7ca2f2942fc9a6c64b102
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();