-
Notifications
You must be signed in to change notification settings - Fork 145
Core integration #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core integration #254
Conversation
src/main/java/com/microsoft/graph/concurrency/ChunkedUploadResponseHandler.java
Show resolved
Hide resolved
|
|
||
| sb.append(" {"); | ||
| if (isVerbose) { | ||
| sb.append(bytes); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wont convert byte array to readable string. it will convert to object signature, create a method to convert byte array to string which can be used multiple places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be changing the current behavior, will need to discuss on that.
naveenkumaragarwal-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Changes proposed in this pull request