mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 01:29:38 +02:00
Remove empty statements
This commit is contained in:
parent
77a4867450
commit
a9c798f3bb
9 changed files with 8 additions and 15 deletions
|
@ -608,7 +608,7 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
sendPacket(unavailablePresence);
|
||||
shutdown();
|
||||
callConnectionClosedListener();
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Shuts the current connection down.
|
||||
|
|
|
@ -39,5 +39,5 @@ public abstract class Provider<E extends Element> {
|
|||
return e;
|
||||
}
|
||||
|
||||
public abstract E parse(XmlPullParser parser, int initialDepth) throws XmlPullParserException, IOException, SmackException;;
|
||||
public abstract E parse(XmlPullParser parser, int initialDepth) throws XmlPullParserException, IOException, SmackException;
|
||||
}
|
||||
|
|
|
@ -441,5 +441,5 @@ public class ChatConnectionTest {
|
|||
public int getNumMessages() {
|
||||
return counter;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,6 +104,6 @@ public class ThreadedDummyConnection extends DummyConnection {
|
|||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue