From f902d967a6d535d123fdbddd17f92ec64908b134 Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 6 Mar 2014 15:48:03 +0100 Subject: [PATCH] wording --- src/main/java/com/commafeed/frontend/model/Entries.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/commafeed/frontend/model/Entries.java b/src/main/java/com/commafeed/frontend/model/Entries.java index 4080dd51..bd3a878d 100644 --- a/src/main/java/com/commafeed/frontend/model/Entries.java +++ b/src/main/java/com/commafeed/frontend/model/Entries.java @@ -41,7 +41,7 @@ public class Entries implements Serializable { @ApiProperty("list of entries") private List entries = Lists.newArrayList(); - @ApiProperty("true if the unread flag was ignored in the request, all entries are returned regardless of their read status") + @ApiProperty("if true, the unread flag was ignored in the request, all entries are returned regardless of their read status") private boolean ignoredReadStatus; }