This commit is contained in:
FalkWoldmann6232
2022-02-24 12:44:48 +01:00
committed by GitHub
parent 0d62dbeaea
commit d398449eae

View File

@@ -67,7 +67,7 @@ public class JacksonMapper extends JsonMapper {
}
}
catch (Exception e) {
throw new IllegalStateException("Failed to convert. Possible bug as the conversion probably shouldn't have been attampted here", e);
throw new IllegalStateException("Failed to convert. Possible bug as the conversion probably shouldn't have been attempted here", e);
}
return convertedValue;
}