Minor cleanups

This commit is contained in:
Erik C. Thauvin 2025-05-28 20:21:17 -07:00
parent 80fac24b4d
commit c9cd086ba1
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 27 additions and 32 deletions

View file

@ -51,7 +51,7 @@ final AkismetComment comment = new AkismetComment(
.authorUrl("https://www.CheckOutMyCoolSite.com")
.dateGmt(Akismet.dateToGmt(new Date()))
.content("Thanks for reviewing our software.")
.build
.build()
);
//...