mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
See gh-26673
This commit is contained in:
@@ -515,7 +515,7 @@ public class TypeDescriptor implements Serializable {
|
||||
for (Annotation ann : getAnnotations()) {
|
||||
builder.append("@").append(ann.annotationType().getName()).append(' ');
|
||||
}
|
||||
builder.append(getResolvableType().toString());
|
||||
builder.append(getResolvableType());
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -181,7 +181,7 @@ class JOptCommandLinePropertySourceTests {
|
||||
}
|
||||
|
||||
public enum OptionEnum {
|
||||
VAL_1;
|
||||
VAL_1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user