From 1d07dd7f6d72b4fc3a8a1870eff16a390b9762b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 6 May 2011 15:27:25 +0200 Subject: [PATCH] Update documentation. --- src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java b/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java index 207f4cc..58afc17 100644 --- a/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java +++ b/src/main/java/net/pterodactylus/sone/notify/ListNotificationFilters.java @@ -182,6 +182,7 @@ public class ListNotificationFilters { * Sone. *
  • The given Sone has not explicitely assigned negative trust to the * post’s Sone but the implicit trust is negative.
  • + *
  • The post’s {@link Post#getTime() time} is in the future.
  • * * If none of these statements is true the post is considered visible. * -- 2.7.4