updated
git-svn-id: svn://anubis/gvsu@292 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
be6bbd223a
commit
eb5cd4b1cb
@ -142,7 +142,6 @@ public class PresenceServiceImpl implements PresenceService
|
|||||||
if ( ! resp.getStatus().isSuccess() )
|
if ( ! resp.getStatus().isSuccess() )
|
||||||
System.err.println(resp.getStatus());
|
System.err.println(resp.getStatus());
|
||||||
DomRepresentation dom = resp.getEntityAsDom();
|
DomRepresentation dom = resp.getEntityAsDom();
|
||||||
System.out.println("DEBUG: DOM received:\n" + dom.getText());
|
|
||||||
Document d = dom.getDocument();
|
Document d = dom.getDocument();
|
||||||
Node root = d.getFirstChild();
|
Node root = d.getFirstChild();
|
||||||
if (root == null)
|
if (root == null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user