fix HttpReceiver typo in javadoc

This commit is contained in:
Thomas Becker 2013-08-14 12:17:23 +02:00
parent 67a7a37923
commit ed3d168496

View File

@ -359,7 +359,7 @@ public abstract class HttpReceiver
/** /**
* Method to be invoked when the response is failed. * Method to be invoked when the response is failed.
* <p /> * <p />
* This method takes case of notifying {@link Response.FailureListener}s. * This method takes care of notifying {@link Response.FailureListener}s.
* *
* @param failure the response failure * @param failure the response failure
* @return whether the response was processed as failed * @return whether the response was processed as failed