replace DefaultEngine annotation with the new Default annotation

This commit is contained in:
Sebastian Sdorra
2014-08-24 14:54:35 +02:00
parent 50b0b6b2b8
commit be24164b88
6 changed files with 11 additions and 67 deletions

View File

@@ -63,7 +63,7 @@ import javax.servlet.ServletContext;
*
* @author Sebastian Sdorra
*/
@DefaultEngine
@Default
public class MustacheTemplateEngine implements TemplateEngine
{