Added missing Override annotations

This commit is contained in:
yueh
2017-07-20 21:28:16 +02:00
parent 15582fd1df
commit a24ed38e90
8 changed files with 17 additions and 0 deletions
@@ -34,6 +34,7 @@ class GrinderRecipeHandler implements IRecipeHandler<IGrinderRecipe>
return IGrinderRecipe.class;
}
@Override
public String getRecipeCategoryUid( IGrinderRecipe recipe )
{
return GrinderRecipeCategory.UID;