mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Make inner classes in tests static where feasible
Closes gh-36939 Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
+1
-1
@@ -387,7 +387,7 @@ public abstract class AbstractReactiveTransactionAspectTests {
|
||||
}
|
||||
|
||||
|
||||
public class DefaultTestBean implements TestBean {
|
||||
public static class DefaultTestBean implements TestBean {
|
||||
|
||||
private String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user