@ -109,7 +109,7 @@ public class TypedStringValue implements BeanMetadataElement {
@@ -109,7 +109,7 @@ public class TypedStringValue implements BeanMetadataElement {
/**
*Returnthetypetoconvertto.
*/
publicClassgetTargetType(){
publicClass<?>getTargetType(){
ObjecttargetTypeValue=this.targetType;
if(!(targetTypeValueinstanceofClass)){
thrownewIllegalStateException("Typed String value does not carry a resolved target type");
@ -153,11 +153,11 @@ public class TypedStringValue implements BeanMetadataElement {
@@ -153,11 +153,11 @@ public class TypedStringValue implements BeanMetadataElement {