[New] added new TEMPLATE constant to Tags

This commit is contained in:
Robert von Burg 2014-01-01 02:17:26 +01:00
parent 2cb1aa0ffe
commit 3a756b9561
1 changed files with 1 additions and 0 deletions

View File

@ -37,4 +37,5 @@ public class Tags {
public static final String INCLUDE_FILE = "IncludeFile";
public static final String FILE = "file";
public static final String TEMPLATE = "Template";
}