Fix tiny java 8 javadoc warnings

This commit is contained in:
Sean Owen 2014-09-02 16:39:33 +01:00
parent 2f54d0fbf2
commit 3b0145dbc8
2 changed files with 4 additions and 1 deletions

View file

@ -74,6 +74,7 @@ public final class EmailAddressParsedResult extends ParsedResult {
} }
/** /**
* @return "mailto:"
* @deprecated without replacement * @deprecated without replacement
*/ */
@Deprecated @Deprecated

View file

@ -53,7 +53,9 @@ public final class StringUtilsTestCase extends Assert {
/** /**
* Utility for printing out a string in given encoding as a Java statement, since it's better * Utility for printing out a string in given encoding as a Java statement, since it's better
* to write that into the Java source file rather than risk character encoding issues in the * to write that into the Java source file rather than risk character encoding issues in the
* source file itself * source file itself.
*
* @param args command line arguments
*/ */
public static void main(String[] args) { public static void main(String[] args) {
String text = args[0]; String text = args[0];