Skip to content

Commit

Permalink
Fix Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed May 7, 2024
1 parent c01d268 commit d3f2e25
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ public final class CommonModLoader {
private CommonModLoader() {}

/**
* Initialize operations common across loaders.
* Initialize common operations across loaders.
*/
public static void init() {
// Initialize common operations here.
}
public static void init() {}
}

0 comments on commit d3f2e25

Please sign in to comment.