Commit f362e925 authored by Liang Ding's avatar Liang Ding

Fix #283

parent f2d57951
...@@ -59,7 +59,7 @@ import org.json.JSONObject; ...@@ -59,7 +59,7 @@ import org.json.JSONObject;
* Comment receiver (from B3log Symphony). * Comment receiver (from B3log Symphony).
* *
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.0.7, Jul 10, 2013 * @version 1.0.0.8, Aug 29, 2013
* @since 0.5.5 * @since 0.5.5
*/ */
@RequestProcessor @RequestProcessor
...@@ -79,6 +79,7 @@ public class CommentReceiver { ...@@ -79,6 +79,7 @@ public class CommentReceiver {
/** /**
* Comment repository. * Comment repository.
*/ */
@Inject
private static CommentRepository commentRepository; private static CommentRepository commentRepository;
/** /**
......
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