Skip to content

Commit dce9d47

Browse files
committed
Update ObservableHttp.java
Removed pesty dangling </p>
1 parent e3429ca commit dce9d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxjava-contrib/rxjava-apache-http/src/main/java/rx/apache/http/ObservableHttp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static ObservableHttp<ObservableHttpResponse> createGet(String uri, final
112112
* <p>
113113
* A client can be retrieved like this:
114114
* <p>
115-
* <pre> {@code CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault(); } </pre> </p>
115+
* <pre> {@code CloseableHttpAsyncClient httpclient = HttpAsyncClients.createDefault(); } </pre>
116116
* <p>
117117
* A client with custom configurations can be created like this:
118118
* </p>

0 commit comments

Comments
 (0)