Fix checkstyle errors

This commit is contained in:
Manuel Fuhr 2022-07-11 07:03:00 +02:00
parent 4e0dcbd0bf
commit f8d6aa7906
4 changed files with 15 additions and 15 deletions

View file

@ -59,9 +59,9 @@ public class ProfileUploadHandler {
response.write(toJSON(responseData));
} finally {
if (fileWriter != null) try {
fileWriter.close();
} catch (Exception e) {
}
fileWriter.close();
} catch (Exception e) {
}
}
}