This commit is contained in:
AlgorithmX2
2014-05-07 12:49:59 -05:00
+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 );
}