Skip to content

Commit 9096a76

Browse files
committed
Javadoc formatting
1 parent 7d6d637 commit 9096a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ public AsyncHttpClient(int httpPort, int httpsPort) {
147147
* Creates a new AsyncHttpClient.
148148
*
149149
* @param fixNoHttpResponseException See issue https://github.com/loopj/android-async-http/issues/143
150-
* @param httpPort non-standard HTTP-only port
151-
* @param httpsPort non-standard HTTPS-only port
150+
* @param httpPort non-standard HTTP-only port
151+
* @param httpsPort non-standard HTTPS-only port
152152
*/
153153
public AsyncHttpClient(boolean fixNoHttpResponseException, int httpPort, int httpsPort) {
154154
if (fixNoHttpResponseException)

0 commit comments

Comments
 (0)