updated to fix a compile error

git-svn-id: svn://anubis/gvsu@286 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-29 18:00:56 +00:00
parent 0630f75228
commit 9941bc6899

View File

@ -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();
} }