SPR-9001 Javadoc fix
This commit is contained in:
parent
66d4e45b58
commit
a4b33533d3
|
@ -173,8 +173,8 @@ public final class ConsumesRequestCondition extends AbstractRequestCondition<Con
|
|||
* Returns:
|
||||
* <ul>
|
||||
* <li>0 if the two conditions have the same number of expressions
|
||||
* <li>Less than 1 if "this" has more or more specific media type expressions
|
||||
* <li>Greater than 1 if "other" has more or more specific media type expressions
|
||||
* <li>Less than 0 if "this" has more or more specific media type expressions
|
||||
* <li>Greater than 0 if "other" has more or more specific media type expressions
|
||||
* </ul>
|
||||
*
|
||||
* <p>It is assumed that both instances have been obtained via
|
||||
|
|
|
@ -114,8 +114,8 @@ public final class HeadersRequestCondition extends AbstractRequestCondition<Head
|
|||
* Returns:
|
||||
* <ul>
|
||||
* <li>0 if the two conditions have the same number of header expressions
|
||||
* <li>Less than 1 if "this" instance has more header expressions
|
||||
* <li>Greater than 1 if the "other" instance has more header expressions
|
||||
* <li>Less than 0 if "this" instance has more header expressions
|
||||
* <li>Greater than 0 if the "other" instance has more header expressions
|
||||
* </ul>
|
||||
*
|
||||
* <p>It is assumed that both instances have been obtained via
|
||||
|
|
|
@ -105,8 +105,8 @@ public final class ParamsRequestCondition extends AbstractRequestCondition<Param
|
|||
* Returns:
|
||||
* <ul>
|
||||
* <li>0 if the two conditions have the same number of parameter expressions
|
||||
* <li>Less than 1 if "this" instance has more parameter expressions
|
||||
* <li>Greater than 1 if the "other" instance has more parameter expressions
|
||||
* <li>Less than 0 if "this" instance has more parameter expressions
|
||||
* <li>Greater than 0 if the "other" instance has more parameter expressions
|
||||
* </ul>
|
||||
*
|
||||
* <p>It is assumed that both instances have been obtained via
|
||||
|
|
|
@ -111,8 +111,8 @@ public final class RequestMethodsRequestCondition extends AbstractRequestConditi
|
|||
* Returns:
|
||||
* <ul>
|
||||
* <li>0 if the two conditions contain the same number of HTTP request methods.
|
||||
* <li>Less than 1 if "this" instance has an HTTP request method but "other" doesn't.
|
||||
* <li>Greater than 1 "other" has an HTTP request method but "this" doesn't.
|
||||
* <li>Less than 0 if "this" instance has an HTTP request method but "other" doesn't.
|
||||
* <li>Greater than 0 "other" has an HTTP request method but "this" doesn't.
|
||||
* </ul>
|
||||
*
|
||||
* <p>It is assumed that both instances have been obtained via
|
||||
|
|
Loading…
Reference in New Issue