Skip to content

Commit

Permalink
fix: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Nov 26, 2021
1 parent cd12d7a commit 0220773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void setQuery(String query) {
* Set the {@link RestTemplate} to use for getting data from Weblate REST API.
* <p>
* Please configure the given parameter with UTF-8 as the standard message converter:
* <code><pre>restTemplate.getMessageConverters().add(0, new StringHttpMessageConverter(StandardCharsets.UTF_8));</pre></code>
* <pre><code>restTemplate.getMessageConverters().add(0, new StringHttpMessageConverter(StandardCharsets.UTF_8));</code></pre>
*
* @param restTemplate the {@link RestTemplate}
*/
Expand Down

0 comments on commit 0220773

Please sign in to comment.