spelling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@621 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
ba5e93b1e3
commit
964d9da7cd
|
@ -553,7 +553,7 @@ public class HttpExchange
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when an exception was thrown during an attempt to open a connectoin
|
* Called when an exception was thrown during an attempt to open a connection
|
||||||
* @param ex
|
* @param ex
|
||||||
*/
|
*/
|
||||||
protected void onConnectionFailed(Throwable ex)
|
protected void onConnectionFailed(Throwable ex)
|
||||||
|
@ -571,7 +571,7 @@ public class HttpExchange
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when no response has been recieved within the timeout.
|
* Called when no response has been received within the timeout.
|
||||||
*/
|
*/
|
||||||
protected void onExpire()
|
protected void onExpire()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue