James Moger
2011-07-07 a3f4748183623fa0e92381f3e49c29ebcdcbb56e
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();