Project

General

Profile

« Previous | Next » 

Revision 56766

Cleaning up the code

View differences:

MonitorServiceImpl.java
91 91
        try {
92 92
            return getValidationService().getStoredJobsTotalNumberNew(user, jobType, validationStatus);
93 93
        } catch (ValidatorServiceException e) {
94
            e.printStackTrace();
94
            LOGGER.error(e);
95 95
        }
96 96
        return 0;
97 97
    }
......
103 103
        try {
104 104
            return getValidationService().getStoredJob(Integer.parseInt(jobId), groupBy);
105 105
        } catch (ValidatorServiceException e) {
106
            e.printStackTrace();
106
            LOGGER.error(e);
107 107
        }
108 108
        return null;
109 109
    }

Also available in: Unified diff