Merge pull request #818 from FalkWoldmann6232/main

Fix typo
This commit is contained in:
Oleg Zhurakousky
2022-03-08 15:14:54 +01:00
committed by GitHub

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;
}