File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
spring-test/src/test/java/org/springframework/test/context/support Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 26
26
import org .springframework .test .context .TestConstructor ;
27
27
28
28
import static org .assertj .core .api .Assertions .assertThat ;
29
- import static org .springframework .test .context .TestConstructor .TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME ;
30
29
import static org .springframework .test .context .TestConstructor .AutowireMode .ALL ;
31
30
import static org .springframework .test .context .TestConstructor .AutowireMode .ANNOTATED ;
32
31
@@ -105,7 +104,7 @@ private void setGlobalFlag() {
105
104
}
106
105
107
106
private void setGlobalFlag (String flag ) {
108
- SpringProperties .setProperty (TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME , flag );
107
+ SpringProperties .setProperty (TestConstructor . TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME , flag );
109
108
}
110
109
111
110
You can’t perform that action at this time.
0 commit comments