mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Fix javadoc issues in some packages
This commit is contained in:
parent
cb18056613
commit
52398b535f
50 changed files with 255 additions and 56 deletions
|
@ -336,6 +336,8 @@ public final class CarbonManager extends Manager {
|
|||
|
||||
/**
|
||||
* Check if carbons are enabled on this connection.
|
||||
*
|
||||
* @return true if carbons are enabled, else false.
|
||||
*/
|
||||
public boolean getCarbonsEnabled() {
|
||||
return this.enabled_state;
|
||||
|
|
|
@ -56,6 +56,7 @@ public abstract class AbstractHttpOverXmpp extends IQ {
|
|||
/**
|
||||
* Returns start tag.
|
||||
*
|
||||
* @param xml builder.
|
||||
* @return start tag
|
||||
*/
|
||||
protected abstract IQChildElementXmlStringBuilder getIQHoxtChildElementBuilder(IQChildElementXmlStringBuilder xml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue