put back deleted line

This commit is contained in:
Bill Denton 2016-12-08 17:50:09 -08:00
parent 5ab36de2e1
commit 28ed425d6b
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ public abstract class BaseStructureParser {
VelocityEngine v = VelocityHelper.configureVelocityEngine(getTemplateFile(), getVelocityPath(), myVelocityProperties);
InputStream templateIs = null;
if (getTemplateFile() != null) {
templateIs = new FileInputStream(getTemplateFile());
} else {
templateIs = this.getClass().getResourceAsStream(getTemplate());
}