Skip to content

Commit 5906e44

Browse files
committed
[F] detailed comments
1 parent d554091 commit 5906e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/hydev/mcpm/client/arguments/parsers/RefreshParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import java.util.function.Consumer;
99

1010
/**
11-
* Parser for the refresh command
11+
* Refresh the database cache and mirror list
1212
*
1313
* @author Azalea (https://github.com/hykilpikonna)
1414
* @since 2022-11-24

src/main/java/org/hydev/mcpm/client/commands/entries/RefreshController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public record RefreshController(
1919
)
2020
{
2121
/**
22-
* Refresh
22+
* Refresh the database cache and mirror list
2323
*/
2424
public void refresh() throws IOException
2525
{

0 commit comments

Comments
 (0)