Skip to content

Commit 84430a8

Browse files
committed
Polishing
1 parent 6905dff commit 84430a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/objenesis/SpringObjenesis.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

0 commit comments

Comments
 (0)