Here you can find the source of makeHtmlNewLine()
public static String makeHtmlNewLine()
//package com.java2s; public class Main { public static String makeHtmlNewLine() { return "<br />"; }//from www . j a v a2s . com }