mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 06:51:08 +01:00
Enable javadoc checkstyle
and fix violations.
This commit is contained in:
parent
57260b2a44
commit
64d134052d
198 changed files with 529 additions and 501 deletions
|
|
@ -127,7 +127,7 @@ public class EntityCapsManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Set the default entity node that will be used for new EntityCapsManagers
|
||||
* Set the default entity node that will be used for new EntityCapsManagers.
|
||||
*
|
||||
* @param entityNode
|
||||
*/
|
||||
|
|
@ -217,7 +217,7 @@ public class EntityCapsManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Set the persistent cache implementation
|
||||
* Set the persistent cache implementation.
|
||||
*
|
||||
* @param cache
|
||||
*/
|
||||
|
|
@ -226,7 +226,7 @@ public class EntityCapsManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets the maximum cache sizes
|
||||
* Sets the maximum cache sizes.
|
||||
*
|
||||
* @param maxJidToNodeVerSize
|
||||
* @param maxCapsCacheSize
|
||||
|
|
@ -433,7 +433,7 @@ public class EntityCapsManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if Entity Caps are supported by a given JID
|
||||
* Returns true if Entity Caps are supported by a given JID.
|
||||
*
|
||||
* @param jid
|
||||
* @return true if the entity supports Entity Capabilities.
|
||||
|
|
@ -447,7 +447,7 @@ public class EntityCapsManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if Entity Caps are supported by the local service/server
|
||||
* Returns true if Entity Caps are supported by the local service/server.
|
||||
*
|
||||
* @return true if the user's server supports Entity Capabilities.
|
||||
* @throws XMPPErrorException
|
||||
|
|
@ -524,7 +524,7 @@ public class EntityCapsManager extends Manager {
|
|||
|
||||
/**
|
||||
* Verify DisoverInfo and Caps Node as defined in XEP-0115 5.4 Processing
|
||||
* Method
|
||||
* Method.
|
||||
*
|
||||
* @see <a href="http://xmpp.org/extensions/xep-0115.html#ver-proc">XEP-0115
|
||||
* 5.4 Processing Method</a>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import org.jivesoftware.smackx.disco.packet.DiscoverInfo;
|
|||
|
||||
public interface EntityCapsPersistentCache {
|
||||
/**
|
||||
* Add an DiscoverInfo to the persistent Cache
|
||||
* Add an DiscoverInfo to the persistent Cache.
|
||||
*
|
||||
* @param nodeVer
|
||||
* @param info
|
||||
|
|
@ -28,12 +28,12 @@ public interface EntityCapsPersistentCache {
|
|||
void addDiscoverInfoByNodePersistent(String nodeVer, DiscoverInfo info);
|
||||
|
||||
/**
|
||||
* Lookup DiscoverInfo by a Node string
|
||||
* Lookup DiscoverInfo by a Node string.
|
||||
*/
|
||||
DiscoverInfo lookup(String nodeVer);
|
||||
|
||||
/**
|
||||
* Empty the Cache
|
||||
* Empty the Cache.
|
||||
*/
|
||||
void emptyCache();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ public class CapsExtension implements ExtensionElement {
|
|||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}.
|
||||
*
|
||||
* <pre>
|
||||
* <c xmlns='http://jabber.org/protocol/caps'
|
||||
* hash='sha-1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue