Updated examples.

This commit is contained in:
Erik C. Thauvin 2020-03-07 16:18:22 -08:00
parent 149bbff4ae
commit 1e0de8b920
4 changed files with 13 additions and 7 deletions

View file

@ -20,7 +20,7 @@ public class AkismetSample {
comment.setAuthorUrl("http://www.CheckOutMyCoolSite.com");
comment.setDateGmt(Akismet.dateToGmt(new Date()));
// comment.setUserRole(AkismetComment.ADMIN_ROLE);
comment.setContent("It means a lot that you would take the time to review our software. Thanks again.");
comment.setContent("It means a lot that you would take the time to review our software. Thanks again.");
// final ConsoleHandler consoleHandler = new ConsoleHandler();
// consoleHandler.setLevel(Level.FINE);