minor refactor for catching an exception

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@76833 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-06-06 16:52:03 +00:00
parent eada0fda16
commit c93dea756e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
List<NotificationChannelType> channels = null;
try {
channels = getStoreInstance().getUserNotificationChannels(notification2Save.getUserid(), notification2Save.getType());
} catch (NotificationChannelTypeNotFoundException e) {
} catch (Exception e) {
e.printStackTrace();
}
boolean result = false;