Recipe files no longer require a blank line at the end.

This commit is contained in:
AlgorithmX2
2014-05-06 20:53:01 -05:00
parent 5bf8e9d7d0
commit 046ab3f1e8
+4
View File
@@ -361,6 +361,10 @@ public class RecipeHandler implements IRecipeHandler
}
}
if ( token.length() > 0 )
tokens.add( token );
reader.close();
processTokens( loader, path, line );
}