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