put back deleted line
This commit is contained in:
parent
5ab36de2e1
commit
28ed425d6b
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue