Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
feat(api): 将Upload标记为Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 committed Jul 10, 2024
1 parent ddaf02c commit 274dc3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/xuxiaocheng/wlist/api/core/files/Upload.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.xuxiaocheng.wlist.api.core.files;

import com.xuxiaocheng.wlist.api.Main;
import com.xuxiaocheng.wlist.api.common.Stable;
import com.xuxiaocheng.wlist.api.common.StableModule;
import com.xuxiaocheng.wlist.api.core.CoreClient;
import com.xuxiaocheng.wlist.api.core.files.confirmations.UploadConfirmation;
import com.xuxiaocheng.wlist.api.core.files.information.FileInformation;
Expand Down Expand Up @@ -34,6 +36,7 @@
* final FileInformation information = Basic.get(Upload.finish(client, confirmation.token()));
* }</pre>
*/
@Stable(since = "1.19.0", module = StableModule.Core)
public enum Upload {;
/**
* Request to upload a new file.
Expand Down

0 comments on commit 274dc3a

Please sign in to comment.