@@ -69,12 +69,12 @@ public Builder(){}
6969 * <br>Entries with the same key will be overwritten.
7070 *
7171 * @param site
72- * The {@link Site Site} to get the name from.
72+ * The {@link org.botblock.javabotblockapi.core. Site Site} to get the name from.
7373 * @param token
7474 * The API token from the corresponding bot list. May not be null or empty.
7575 * <br>You may receive the API token from the bot list.
7676 *
77- * <p>Following Exceptions can be thrown from the {@link org.botblock.javabotblockapi.core. CheckUtil CheckUtil} :
77+ * <p>Following Exceptions can be thrown from the CheckUtil:
7878 * <ul>
7979 * <li>{@link java.lang.NullPointerException NullPointerException} - When the provided Token is empty.</li>
8080 * <li>{@link java.lang.IllegalStateException IllegalStateException} - When the provided Site doesn't support POST requests.</li>
@@ -103,7 +103,7 @@ public Builder addAuthToken(@Nonnull Site site, @Nonnull String token){
103103 * The API token from the corresponding bot list. May not be null or empty.
104104 * <br>You may receive the API token from the bot list.
105105 *
106- * <p>Following Exceptions can be thrown from the {@link org.botblock.javabotblockapi.core. CheckUtil CheckUtil} :
106+ * <p>Following Exceptions can be thrown from the CheckUtil:
107107 * <ul>
108108 * <li>{@link java.lang.NullPointerException NullPointerException} - When the provided Site or Token is empty.</li>
109109 * </ul>
@@ -125,7 +125,7 @@ public Builder addAuthToken(@Nonnull String site, @Nonnull String token){
125125 * @param tokens
126126 * The Map that should be used. May not be null.
127127 *
128- * <p>Following Exceptions can be thrown from the {@link org.botblock.javabotblockapi.core. CheckUtil CheckUtil} :
128+ * <p>Following Exceptions can be thrown from the CheckUtil:
129129 * <ul>
130130 * <li>{@link java.lang.NullPointerException NullPointerException} - When the provided Token is empty.</li>
131131 * </ul>
@@ -146,7 +146,7 @@ public Builder setAuthTokens(@Nonnull Map<String, String> tokens){
146146 * @param updateDelay
147147 * The update interval in minutes that should be used. This can't be less than 2.
148148 *
149- * <p>Following Exceptions can be thrown from the {@link org.botblock.javabotblockapi.core. CheckUtil CheckUtil} :
149+ * <p>Following Exceptions can be thrown from the CheckUtil:
150150 * <ul>
151151 * <li>{@link java.lang.IllegalStateException IllegalStateException} - When the provided interval is less than 2.</li>
152152 * </ul>
@@ -163,7 +163,7 @@ public Builder setUpdateDelay(@Nonnull Integer updateDelay){
163163 /**
164164 * Builds the instance of {@link org.botblock.javabotblockapi.core.BotBlockAPI BotBlockAPI}.
165165 *
166- * <p>Following Exceptions can be thrown from the {@link org.botblock.javabotblockapi.core. CheckUtil CheckUtil} :
166+ * <p>Following Exceptions can be thrown from the CheckUtil:
167167 * <ul>
168168 * <li>{@link java.lang.NullPointerException NullPointerException} - When the Tokens Map is empty.</li>
169169 * </ul>
0 commit comments