Skip to content

Commit c4814ff

Browse files
committed
Add missing version tags to Site entries
1 parent 56ecbab commit c4814ff

File tree

1 file changed

+5
-1
lines changed
  • src/main/java/org/botblock/javabotblockapi

1 file changed

+5
-1
lines changed

src/main/java/org/botblock/javabotblockapi/Site.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public enum Site {
4646

4747
/**
4848
* <a href="https://cloud-botlist.xyz" target="_blank">cloud-botlist.xyz</a>
49+
*
50+
* @since v3.2.1
4951
*/
5052
CLOUD_BOTLIST_XYZ("cloud-botlist.xyz"),
5153

@@ -66,7 +68,7 @@ public enum Site {
6668
* <br>This option still works, but is no longer supported, nor recommended!
6769
*/
6870
@Deprecated
69-
@DeprecatedSince({"v3.0.1", "#TOP_GG"})
71+
@DeprecatedSince(version = "v3.0.1", replacement = "#TOP_GG")
7072
DISCORDBOTS_ORG("discordbots.org"),
7173

7274
/**
@@ -113,6 +115,8 @@ public enum Site {
113115

114116
/**
115117
* <a href="https://glennbotlist.xyz" target="_blank">glennbotlist.xyz</a>
118+
*
119+
* @since v3.2.1
116120
*/
117121
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
118122

0 commit comments

Comments
 (0)