mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 06:51:08 +01:00
Enable trailing whitespace checkstyle check
for all source code regions, including javadoc.
This commit is contained in:
parent
9d61a6de7d
commit
e8923b9d16
545 changed files with 3713 additions and 3715 deletions
|
|
@ -134,13 +134,13 @@ public final class VersionManager extends Manager {
|
|||
|
||||
/**
|
||||
* Request version information from a given JID.
|
||||
*
|
||||
*
|
||||
* @param jid
|
||||
* @return the version information or {@code null} if not supported by JID
|
||||
* @throws NoResponseException
|
||||
* @throws XMPPErrorException
|
||||
* @throws NotConnectedException
|
||||
* @throws InterruptedException
|
||||
* @throws InterruptedException
|
||||
*/
|
||||
public Version getVersion(Jid jid) throws NoResponseException, XMPPErrorException,
|
||||
NotConnectedException, InterruptedException {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ public class Version extends IQ {
|
|||
|
||||
/**
|
||||
* Request version IQ.
|
||||
*
|
||||
*
|
||||
* @param to the jid where to request version from
|
||||
*/
|
||||
public Version(Jid to) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue