Skip to content

Commit

Permalink
slightly better debug formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco NATHAN committed May 21, 2009
1 parent 909f26c commit 9e92e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sharethis/textrank/TextRank.java
Expand Up @@ -499,6 +499,6 @@ else if (lang.isAdjective(kw.pos)) {
return;
}

LOG.info(tr);
LOG.info("\n" + tr);
}
}

0 comments on commit 9e92e0b

Please sign in to comment.