parent
6670db9b58
commit
2daefedf5e
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@ class JOptCommandLinePropertySourceTests {
|
|||
}
|
||||
|
||||
public enum OptionEnum {
|
||||
VAL_1;
|
||||
VAL_1
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue