Polishing

This commit is contained in:
Sam Brannen
2024-03-11 11:28:59 +01:00
parent 5ee11fb1b3
commit c4e0f96ef7
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.test.bean.override.BeanOverride;
@Retention(RetentionPolicy.RUNTIME)
public @interface ExampleBeanOverrideAnnotation {
static final String DEFAULT_VALUE = "TEST OVERRIDE";
String DEFAULT_VALUE = "TEST OVERRIDE";
String value() default DEFAULT_VALUE;