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

Commit

Permalink
feat(api): 将Refresh标记为Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 committed Jun 11, 2024
1 parent 2ad8d7f commit 88db710
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/xuxiaocheng/wlist/api/core/files/Refresh.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.RefreshConfirmation;
import com.xuxiaocheng.wlist.api.core.files.progresses.RefreshProgress;
Expand Down Expand Up @@ -28,6 +30,7 @@
* // Assertions.assertTrue(finished);
* }</pre>
*/
@Stable(since = "1.18.0", module = StableModule.Core)
public enum Refresh {;
/**
* Refresh the directory.
Expand Down

0 comments on commit 88db710

Please sign in to comment.