mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix various compiler warnings in spring-context
All warning types other than [deprecation] and [unchecked] are now fixed in spring-context/src/test
This commit is contained in:
@@ -40,8 +40,7 @@ public class ServiceInvocationCounter {
|
||||
@Before("serviceExecution()")
|
||||
public void countUse() {
|
||||
this.useCount++;
|
||||
this.threadLocalCount.set(this.useCount);
|
||||
System.out.println("");
|
||||
threadLocalCount.set(this.useCount);
|
||||
}
|
||||
|
||||
public int getCount() {
|
||||
|
||||
Reference in New Issue
Block a user