Commit cba060a7 authored by Liang Ding's avatar Liang Ding

移除冗余注释

parent 138d0af3
......@@ -96,7 +96,6 @@ public class ArticleGenerator {
for (int i = 0; i < num; i++) {
final JSONObject article = new JSONObject();
// XXX: http://en.wikipedia.org/wiki/Markov_chain
article.put(Article.ARTICLE_TITLE, "article title" + i);
article.put(Article.ARTICLE_ABSTRACT, "article" + i + " abstract");
final int deviationTag = 3;
......
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