Skip to content

Commit

Permalink
Updated .gitignore and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Nov 19, 2014
1 parent 7bb8fa5 commit 8a84f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ out
*.iws
.vertx
test-output
Scratch.java
ScratchTest.java
src/test/java/io/vertx/test/scratchpad
test-results
test-tmp
*.class
ScratchPad.java
*.swp
.vertx
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/http/HttpClientRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public interface HttpClientRequest extends WriteStream<Buffer> {
/**
* Set's the amount of time after which if a response is not received TimeoutException()
* will be sent to the exception handler of this request. Calling this method more than once
* has the effect of canceling any existing timeout and starting the timeout from scratch.
* has the effect of canceling any existing timeout and starting the timeout from scratchpad.
*
* @param timeoutMs The quantity of time in milliseconds.
* @return A reference to this, so multiple method calls can be chained.
Expand Down

0 comments on commit 8a84f5f

Please sign in to comment.