Skip to content

Commit 296da52

Browse files
committed
- code-gen update: large file upload rename
1 parent 854c10d commit 296da52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/models/UploadSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* The class for the Upload Session.
2424
*/
25-
public class UploadSession implements IJsonBackedObject, com.microsoft.graph.concurrency.IUploadSession {
25+
public class UploadSession implements IJsonBackedObject, com.microsoft.graph.tasks.IUploadSession {
2626

2727
/** the OData type of the object as returned by the service */
2828
@SerializedName("@odata.type")

0 commit comments

Comments
 (0)