[Minor] Changed StrolchModelConstants.DEFAULT_ENCODING to StandardCharsets.UTF_8.name()

This commit is contained in:
Robert von Burg 2020-03-24 13:23:38 +01:00
parent 3fd889fee0
commit 87a845dd74
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
*/
package li.strolch.model;
import java.nio.charset.StandardCharsets;
import li.strolch.model.activity.Activity;
import li.strolch.model.parameter.Parameter;
@ -22,7 +24,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 = StandardCharsets.UTF_8.name(); //$NON-NLS-1$
/**
* The type to set on {@link StrolchRootElement StrolchRootElements} when defining a template for a type of element