File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/objenesis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2021 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ public SpringObjenesis(InstantiatorStrategy strategy) {
6969 this .strategy = (strategy != null ? strategy : new StdInstantiatorStrategy ());
7070
7171 // Evaluate the "spring.objenesis.ignore" property upfront...
72- if (SpringProperties .getFlag (SpringObjenesis . IGNORE_OBJENESIS_PROPERTY_NAME )) {
72+ if (SpringProperties .getFlag (IGNORE_OBJENESIS_PROPERTY_NAME )) {
7373 this .worthTrying = Boolean .FALSE ;
7474 }
7575 }
You can’t perform that action at this time.
0 commit comments