Added missing Override annotations
This commit is contained in:
@@ -34,6 +34,7 @@ class GrinderRecipeHandler implements IRecipeHandler<IGrinderRecipe>
|
||||
return IGrinderRecipe.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRecipeCategoryUid( IGrinderRecipe recipe )
|
||||
{
|
||||
return GrinderRecipeCategory.UID;
|
||||
|
||||
Reference in New Issue
Block a user