Skip to content

Commit

Permalink
Update doc comment on ModJsonUtil.toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
Choonster committed Sep 24, 2023
1 parent 6e6f1ff commit 6466d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/choonster/testmod3/util/ModJsonUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ModJsonUtil {
*
* @param codec The codec
* @param input The input
* @param <T> The ingredient type
* @param <T> The input type
* @return The serialised JSON
*/
public static <T> JsonElement toJson(final Codec<T> codec, final T input) {
Expand Down

0 comments on commit 6466d8f

Please sign in to comment.