File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-aop/src/main/java/org/springframework/aop/aspectj Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -368,7 +368,7 @@ private static boolean isVariableName(String name) {
368
368
* to which argument name. There are multiple strategies for determining
369
369
* this binding, which are arranged in a ChainOfResponsibility.
370
370
*/
371
- public final synchronized void calculateArgumentBindings () {
371
+ public final void calculateArgumentBindings () {
372
372
// The simple case... nothing to bind.
373
373
if (this .argumentsIntrospected || this .parameterTypes .length == 0 ) {
374
374
return ;
You can’t perform that action at this time.
0 commit comments