Skip to content

Commit

Permalink
Fix javadoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Mar 26, 2024
1 parent 6e21552 commit 3d233df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/redis/clients/jedis/StreamEntryID.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ public String toString() {
};

/**
* @deprecated Use {@link StreamEntryID#XGROUP_LAST_ID} or {@link StreamEntryID#XREAD_NEW_ENTRY}.
* @deprecated Use {@link StreamEntryID#XGROUP_LAST_ENTRY} for XREADGROUP command or
* {@link StreamEntryID#XREAD_NEW_ENTRY} for XREAD command.
*/
@Deprecated
public static final StreamEntryID LAST_ENTRY = XGROUP_LAST_ENTRY;
Expand Down

0 comments on commit 3d233df

Please sign in to comment.