mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 14:01:08 +01:00
Enable werror for javadoc and fix javadoc issues
This commit is contained in:
parent
4249c1a845
commit
1a3067c89b
323 changed files with 2929 additions and 2704 deletions
|
|
@ -62,7 +62,10 @@ public final class JingleError implements ExtensionElement {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns a Action instance associated with the String value.
|
||||
* Returns a error instance associated with the String value.
|
||||
*
|
||||
* @param value the input String.
|
||||
* @return the jingle error instance associated with the input String.
|
||||
*/
|
||||
public static JingleError fromString(String value) {
|
||||
value = value.toLowerCase(Locale.US);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue