mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Spring Cleaning in December
- Delete unused imports - Delete unused code - Clean up warnings
This commit is contained in:
spring-context/src/test/java/org/springframework/cache/config/ExpressionCachingIntegrationTests.java
Vendored
+2
@@ -92,6 +92,7 @@ public class ExpressionCachingIntegrationTests {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
@@ -104,6 +105,7 @@ public class ExpressionCachingIntegrationTests {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
+1
-1
@@ -117,13 +117,13 @@ public abstract class AbstractApplicationEventListenerTests {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
static class RawApplicationListener implements ApplicationListener {
|
||||
@Override
|
||||
public void onApplicationEvent(ApplicationEvent event) {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
static class TestEvents {
|
||||
|
||||
public ApplicationEvent applicationEvent;
|
||||
|
||||
Reference in New Issue
Block a user