Set SpringResourceLoader to public

This commit is contained in:
Michael Hamburger 2019-12-06 15:14:17 +01:00 committed by Andrew Shvayka
parent 1b5a8ac6fc
commit fc986a5b64

View File

@ -84,7 +84,7 @@ public class ThingsboardMessageConfiguration {
}
@Slf4j
static class SpringResourceLoader extends org.apache.velocity.runtime.resource.loader.ResourceLoader {
public static class SpringResourceLoader extends org.apache.velocity.runtime.resource.loader.ResourceLoader {
public static final String NAME = "spring";