updated to fix a compile error
git-svn-id: svn://anubis/gvsu@286 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
0630f75228
commit
9941bc6899
@ -117,7 +117,7 @@ public class PresenceServiceImpl implements PresenceService
|
|||||||
if ( ! resp.getStatus().isSuccess() )
|
if ( ! resp.getStatus().isSuccess() )
|
||||||
System.err.println(resp.getStatus());
|
System.err.println(resp.getStatus());
|
||||||
}
|
}
|
||||||
catch (IOException e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user