mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 09:39:04 +00:00
@@ -241,7 +241,7 @@ public abstract class Conventions {
|
||||
public static String getQualifiedAttributeName(Class<?> enclosingClass, String attributeName) {
|
||||
Assert.notNull(enclosingClass, "'enclosingClass' must not be null");
|
||||
Assert.notNull(attributeName, "'attributeName' must not be null");
|
||||
return enclosingClass.getName() + "." + attributeName;
|
||||
return enclosingClass.getName() + '.' + attributeName;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user