Fixes auto generated catch clauses.

ice4sip 5089
hristoterezov 12 years ago
parent 96cfcc5ac8
commit 9b7242eeb6

@ -1115,8 +1115,7 @@ public void updateCallRecordPeerSecondaryAddress(final Date date,
}
catch (IOException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
logger.warn("Failed to get the history object.");
return;
}
HistoryWriter historyWriter = history.getWriter();
@ -1177,8 +1176,7 @@ public boolean isMatching()
}
catch (ParseException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
logger.warn("Failed to parse the date.");
return false;
}
@ -1225,8 +1223,7 @@ public Map<String, String> getUpdateChanges()
}
catch (IOException e)
{
// TODO Auto-generated catch block
e.printStackTrace();
logger.warn("Failed to update the record.");
}
}

Loading…
Cancel
Save