1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Renamed class.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1841 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-03-07 19:47:08 +00:00 committed by mtucker
parent 842527ecdb
commit 3d5c656e1f
4 changed files with 6 additions and 147 deletions

View file

@ -113,7 +113,7 @@ public class IQ extends Packet {
buf.append(propertiesXML);
}
// Add the error sub-packet, if there is one.
Error error = getError();
XMPPError error = getError();
if (error != null) {
buf.append(error.toXML());
}