RecipeController and some other changes.

This commit is contained in:
MobiusDev
2016-06-03 18:40:51 +00:00
parent 57a7b15213
commit 2d6440aafd
3 changed files with 8 additions and 6 deletions

View File

@ -44,5 +44,4 @@ public interface IParserAdvUtils extends IParserUtils
Duration getDuration(String key);
<T extends Enum<T>> T getEnum(String key, Class<T> clazz);
}