mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
throw io exception if template is not parse able
This commit is contained in:
@@ -58,6 +58,18 @@ public class MustacheTemplateEngineTest extends TemplateEngineTestBase
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public String getDefectTemplateResource()
|
||||
{
|
||||
return "sonia/scm/template/005.mustache";
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user