Commit ab17c2fb authored by Liang Ding's avatar Liang Ding

c

parent 97ff9469
......@@ -350,6 +350,8 @@ public final class ArticleMgmtService {
if (transaction.isActive()) {
transaction.rollback();
}
LOGGER.log(Level.SEVERE, "Updates an article failed", e);
throw e;
} catch (final Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment