mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
Small formatting fix.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2072 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e4c122209f
commit
b8a72c2f04
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public class XMPPError {
|
||||||
*
|
*
|
||||||
* @param code the error code.
|
* @param code the error code.
|
||||||
*/
|
*/
|
||||||
public XMPPError (int code) {
|
public XMPPError(int code) {
|
||||||
this.code = code;
|
this.code = code;
|
||||||
this.message = null;
|
this.message = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue