Updated .gitignore and typo

This commit is contained in:
purplefox
2014-11-19 09:31:21 +00:00
parent 7bb8fa5193
commit 8a84f5fe85
2 changed files with 2 additions and 4 deletions

4
.gitignore vendored
View File

@@ -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

View File

@@ -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.