Project

General

Profile

« Previous | Next » 

Revision 61372

1. optimization in retrieval time of repositories/snippets of authenticated user
2. Marked with FIXME methods that need attention

View differences:

BrokerServiceImpl.java
92 92
//            if (Boolean.parseBoolean(includeByOthers)) {
93 93
//                ret.setDatasourcesOfOthers(getDatasourcesOfUserType(getRepositoriesOfUser(user)));
94 94
//            }
95
        } catch (BrokerException | IOException e) {
95
        } catch (Exception e) {
96 96
            LOGGER.debug("Exception on getDatasourcesOfUser" , e);
97 97
            emailUtils.reportException(e);
98 98
        }

Also available in: Unified diff