We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b76606 commit ce47951Copy full SHA for ce47951
src/main/java/com/box/sdk/BoxAPIRequest.java
@@ -304,7 +304,7 @@ void setBackoffCounter(BackoffCounter counter) {
304
305
private BoxAPIResponse trySend(ProgressListener listener) {
306
HttpURLConnection connection = this.createConnection();
307
- connection.setRequestProperty("User-Agent", "Box Java SDK v0.3");
+ connection.setRequestProperty("User-Agent", "Box Java SDK v0.4");
308
309
if (this.bodyLength > 0) {
310
connection.setFixedLengthStreamingMode(this.bodyLength);
0 commit comments