Skip to content

Commit e7d09a0

Browse files
author
bartek.zylinski
committed
SDK-5186: Change message
1 parent 482e9c3 commit e7d09a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
/**
4040
* @deprecated
41-
* {@link BoxAPIConnection} 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 entire 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-
* {@link BoxAPIConnection} class, and the com.box.sdk package is deprecated, it is recommended to use {@link com.box.sdkgen} package.
145+
* {@link BoxAPIConnection} class, and the entire 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.

0 commit comments

Comments
 (0)