We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6905dff commit 84430a8Copy full SHA for 84430a8
spring-core/src/main/java/org/springframework/objenesis/SpringObjenesis.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2021 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ public SpringObjenesis(InstantiatorStrategy strategy) {
69
this.strategy = (strategy != null ? strategy : new StdInstantiatorStrategy());
70
71
// Evaluate the "spring.objenesis.ignore" property upfront...
72
- if (SpringProperties.getFlag(SpringObjenesis.IGNORE_OBJENESIS_PROPERTY_NAME)) {
+ if (SpringProperties.getFlag(IGNORE_OBJENESIS_PROPERTY_NAME)) {
73
this.worthTrying = Boolean.FALSE;
74
}
75
0 commit comments