3838
3939/**
4040 * @deprecated
41- * This class, and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
41+ * {@link BoxAPIConnection} class, and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
4242 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
4343 *
4444 * Represents an authenticated connection to the Box API.
@@ -142,7 +142,7 @@ public class BoxAPIConnection {
142142
143143 /**
144144 * @deprecated
145- * This constructor , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
145+ * {@link BoxAPIConnection} class , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
146146 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
147147 *
148148 * Constructs a new BoxAPIConnection that authenticates with a developer or access token.
@@ -156,7 +156,7 @@ public BoxAPIConnection(String accessToken) {
156156
157157 /**
158158 * @deprecated
159- * This constructor , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
159+ * {@link BoxAPIConnection} class , and the entire com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
160160 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
161161 *
162162 * Constructs a new BoxAPIConnection with an access token that can be refreshed.
@@ -191,7 +191,7 @@ public BoxAPIConnection(
191191
192192 /**
193193 * @deprecated
194- * This constructor , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
194+ * {@link BoxAPIConnection} class , and the entire com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
195195 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
196196 *
197197 * Constructs a new BoxAPIConnection with an auth code that was obtained from the first half of
@@ -209,7 +209,7 @@ public BoxAPIConnection(String clientID, String clientSecret, String authCode) {
209209
210210 /**
211211 * @deprecated
212- * This constructor , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
212+ * {@link BoxAPIConnection} class , and the entire com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
213213 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
214214 *
215215 * Constructs a new BoxAPIConnection.
@@ -224,7 +224,7 @@ public BoxAPIConnection(String clientID, String clientSecret) {
224224
225225 /**
226226 * @deprecated
227- * This constructor , and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
227+ * {@link BoxAPIConnection} class , and the entire com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
228228 * Instead of this class use {@link com.box.sdkgen.client.BoxClient}
229229 *
230230 * Constructs a new BoxAPIConnection leveraging BoxConfig.
0 commit comments