Kluge to stop compile errors in Hudson.

This commit is contained in:
jeb228 2010-11-09 22:38:07 +00:00
parent 37d89bba4f
commit a2ad0b880c

View file

@ -37,7 +37,8 @@ public class DateTimeWithPrecision implements EditElement {
EditSubmission editSub, Configuration fmConfig) { EditSubmission editSub, Configuration fmConfig) {
Map map = getMapForTemplate(fieldName, editConfig, editSub); Map map = getMapForTemplate(fieldName, editConfig, editSub);
map.putAll( FreemarkerHttpServlet.getDirectives()); map.putAll( FreemarkerHttpServlet.getDirectives());
return (new FreemarkerHelper( fmConfig )).mergeMapToTemplate(TEMPATE_NAME, map); // return (new FreemarkerHelper( fmConfig )).mergeMapToTemplate(TEMPATE_NAME, map);
return "problem with DateTimeWithPrecision"; // TODO - just so this will compile.
} }
/** /**