From 5a68d1f029362f0b9ee0b48766660571de55cba6 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:29:45 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20@=E2=81=A0FunctionalInterface=20declar?= =?UTF-8?q?ation=20from=20BeanOverrideProcessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes gh-34259 --- .../test/context/bean/override/BeanOverrideProcessor.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java b/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java index 7b1b654d9409..87a363adb1eb 100644 --- a/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java +++ b/spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2024 the original author or authors. + * Copyright 2002-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,6 @@ * @author Sam Brannen * @since 6.2 */ -@FunctionalInterface public interface BeanOverrideProcessor { /**