Fix syntax error in RestClient documentation#33350
Fix syntax error in RestClient documentation#33350crusherd wants to merge 3 commits intospring-projects:mainfrom
RestClient documentation#33350Conversation
|
@crusherd Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@crusherd Thank you for signing the Contributor License Agreement! |
RestClient documentation
|
Thank you, I will consider this. |
Ah, OK. I haven't tried that workflow personally, so I'm unfamiliar with it. Perhaps there's a way to rebase on main after the fact via the web browser. If not, you can rebase on main with a git client and then force push. And otherwise we'll sort it out when merging. For this particular case, I effectively cherry-picked that single commit onto |
When copy & pasting the error handling example with the lambda expression, Eclipse complains that a ";" is missing in the throw clause. This update adds the missing ";"