Skip to content

Commit

Permalink
fix missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Oct 9, 2024
1 parent aec40c2 commit e109efd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ interface MergedPatcher: MinecraftPatcher, PatchProviders {
@Deprecated("use prodNamespace instead", ReplaceWith("prodNamespace"))
fun setProdNamespace(namespace: String)

/**
* @since 1.0.0
*/
override fun prodNamespace(namespace: String)

/**
Expand Down

0 comments on commit e109efd

Please sign in to comment.