Minor javadoc fixes.
This commit is contained in:
@@ -17,8 +17,8 @@ import com.samskivert.util.StringUtil;
|
|||||||
public class HTMLUtil
|
public class HTMLUtil
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Converts instances of {@code<, >, & and "} into their
|
* Converts instances of {@code <, >, & and "} into their
|
||||||
* entified equivalents: {@code<, >, & and "}.
|
* entified equivalents: {@code <, >, & and "}.
|
||||||
* These characters are mentioned in the HTML spec as being common
|
* These characters are mentioned in the HTML spec as being common
|
||||||
* candidates for entification.
|
* candidates for entification.
|
||||||
*
|
*
|
||||||
@@ -43,7 +43,7 @@ public class HTMLUtil
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Inserts a @{code <p>} tag between every two consecutive newlines.
|
* Inserts a {@code <p>} tag between every two consecutive newlines.
|
||||||
*/
|
*/
|
||||||
public static String makeParagraphs (String text)
|
public static String makeParagraphs (String text)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user