Polish
See gh-26673
This commit is contained in:
@@ -515,7 +515,7 @@ public class TypeDescriptor implements Serializable {
|
|||||||
for (Annotation ann : getAnnotations()) {
|
for (Annotation ann : getAnnotations()) {
|
||||||
builder.append("@").append(ann.annotationType().getName()).append(' ');
|
builder.append("@").append(ann.annotationType().getName()).append(' ');
|
||||||
}
|
}
|
||||||
builder.append(getResolvableType().toString());
|
builder.append(getResolvableType());
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ class JOptCommandLinePropertySourceTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public enum OptionEnum {
|
public enum OptionEnum {
|
||||||
VAL_1;
|
VAL_1
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user