File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/org/msgpack/template/builder Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ public class TemplateBuilderChain {
3333 "org.msgpack.template.builder.ReflectionTemplateBuilder" ;
3434
3535 private static boolean enableDynamicCodeGeneration () {
36- boolean enabled = !DalvikVmChecker .isDalvikVm ();
37- String property = System .getProperty ("msgpack.dynamic-codegen.enabled" );
38- if (property != null ) {
39- enabled = Boolean .parseBoolean (property );
40- }
41- return enabled ;
36+ boolean enabled = !DalvikVmChecker .isDalvikVm ();
37+ String property = System .getProperty ("msgpack.dynamic-codegen.enabled" );
38+ if (property != null ) {
39+ enabled = Boolean .parseBoolean (property );
40+ }
41+ return enabled ;
4242 }
4343
4444 protected List <TemplateBuilder > templateBuilders ;
You can’t perform that action at this time.
0 commit comments