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 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ public SpringObjenesis(InstantiatorStrategy strategy) {
69
69
this .strategy = (strategy != null ? strategy : new StdInstantiatorStrategy ());
70
70
71
71
// Evaluate the "spring.objenesis.ignore" property upfront...
72
- if (SpringProperties .getFlag (SpringObjenesis . IGNORE_OBJENESIS_PROPERTY_NAME )) {
72
+ if (SpringProperties .getFlag (IGNORE_OBJENESIS_PROPERTY_NAME )) {
73
73
this .worthTrying = Boolean .FALSE ;
74
74
}
75
75
}
You can’t perform that action at this time.
0 commit comments