Commit cd56faf1 authored by Liang Ding's avatar Liang Ding

🎨 Cleanup code

parent 8a167e7f
...@@ -262,8 +262,6 @@ public class ArticleMgmtService { ...@@ -262,8 +262,6 @@ public class ArticleMgmtService {
* @throws ServiceException service exception * @throws ServiceException service exception
*/ */
public void updateArticle(final JSONObject requestJSONObject) throws ServiceException { public void updateArticle(final JSONObject requestJSONObject) throws ServiceException {
final JSONObject ret = new JSONObject();
final Transaction transaction = articleRepository.beginTransaction(); final Transaction transaction = articleRepository.beginTransaction();
try { try {
......
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