Skip to content

Commit 5140c27

Browse files
author
Nakul Sabharwal
committed
edited comment @param BodyType
1 parent 088bfe5 commit 5140c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/http/BaseCollectionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected T1 send() throws ClientException {
9191
* Posts this request
9292
*
9393
* @param serializedObject the object to serialize as the body
94-
* @param <BodyType> the type of the serialized body
94+
* @param <BodyType> the type of the serialized body, some times Action use different body than collection item
9595
* @return the response object
9696
* @throws ClientException an exception occurs if there was an error while the request was sent
9797
*/

0 commit comments

Comments
 (0)