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