mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 11:15:23 -05:00
fix doc typo in recipe unifier interface
This commit is contained in:
parent
997b0053ae
commit
728b3d3b13
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import com.almostreliable.unified.api.unification.bundled.GenericRecipeUnifier;
|
|||
public interface RecipeUnifier {
|
||||
|
||||
/**
|
||||
* Uses of the given {@link UnificationHelper} to unify the given {@link RecipeJson}.
|
||||
* Uses the given {@link UnificationHelper} to unify the given {@link RecipeJson}.
|
||||
* <p>
|
||||
* {@link RecipeJson} is a utility wrapper that allows to easily access recipe information such as the recipe id,
|
||||
* the recipe type and provides methods to check or modify the raw JSON.
|
||||
|
|
Loading…
Reference in a new issue