[minor] changed encoding to upper case because jaxb ignores lowercase

encoding type
This commit is contained in:
Reto Breitenmoser 2015-06-18 20:39:03 +02:00
parent 3a197d6629
commit c26dde6274
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class StrolchModelConstants {
public static final String DEFAULT_XML_VERSION = "1.0"; //$NON-NLS-1$
public static final String DEFAULT_ENCODING = "utf-8"; //$NON-NLS-1$
public static final String DEFAULT_ENCODING = "UTF-8"; //$NON-NLS-1$
/**
* The type to set on {@link StrolchRootElement StrolchRootElements} when defining a template for a type of element