Skip to content

Commit

Permalink
Update ObservableHttp.java
Browse files Browse the repository at this point in the history
Removed pesty dangling </p>
  • Loading branch information
headinthebox committed Dec 8, 2013
1 parent 6a4a3d0 commit 01aab57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static ObservableHttp<ObservableHttpResponse> createGet(String uri, final
* <p>
* A client can be retrieved like this:
* <p>
* <pre> {@code CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault(); } </pre> </p>
* <pre> {@code CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault(); } </pre>
* <p>
* A client with custom configurations can be created like this:
* </p>
Expand Down

0 comments on commit 01aab57

Please sign in to comment.