mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Fix tiny java 8 javadoc warnings
This commit is contained in:
parent
2f54d0fbf2
commit
3b0145dbc8
|
@ -74,6 +74,7 @@ public final class EmailAddressParsedResult extends ParsedResult {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @return "mailto:"
|
||||||
* @deprecated without replacement
|
* @deprecated without replacement
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue