--- HttpVersion.java 2004-11-20 23:23:51.000000000 +0100 +++ HttpVersion.java.new 2004-12-20 13:28:59.682010448 +0100 @@ -32,17 +32,17 @@ /** *
HTTP version, as specified in RFC 2616.
*- * HTTP uses a "<major>.<minor>" numbering scheme to indicate versions - * of the protocol. The protocol versioning policy is intended to allow - * the sender to indicate the format of a message and its capacity for + * HTTP uses a "<major>.<minor>" numbering scheme to indicate + * versions of the protocol. The protocol versioning policy is intended to + * allow the sender to indicate the format of a message and its capacity for * understanding further HTTP communication, rather than the features * obtained via that communication. No change is made to the version * number for the addition of message components which do not affect * communication behavior or which only add to extensible field values. - * The <minor> number is incremented when the changes made to the + * The <minor> number is incremented when the changes made to the * protocol add features which do not change the general message parsing * algorithm, but which may add to the message semantics and imply - * additional capabilities of the sender. The <major> number is + * additional capabilities of the sender. The <major> number is * incremented when the format of a message within the protocol is * changed. See RFC 2145 [36] for a fuller explanation. *