mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -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 {
|
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>
|
* <p>
|
||||||
* {@link RecipeJson} is a utility wrapper that allows to easily access recipe information such as the recipe id,
|
* {@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.
|
* the recipe type and provides methods to check or modify the raw JSON.
|
||||||
|
|
Loading…
Reference in a new issue