jfinal enjoy 3.5

This commit is contained in:
James 2018-10-08 17:34:53 +08:00
parent 985b02177e
commit d46ca53a34

View File

@ -71,9 +71,9 @@ public class Output extends Stat {
} else if (value != null) {
writer.write(value.toString());
}
} catch(TemplateException e) {
} catch (TemplateException e) {
throw e;
} catch(ParseException e) {
} catch (ParseException e) {
throw e;
} catch(Exception e) {
throw new TemplateException(e.getMessage(), location, e);