File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
api/src/main/java/org/eclipse/microprofile/openapi Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
/**
54
54
* The default value of this server variable. This is a REQUIRED property.
55
55
* <p>
56
- * If enumeration is set the default value MUST be one of the values in enumeration.
56
+ * If {@code enumeration} is set the default value MUST be one of the values in {@code enumeration} .
57
57
*
58
58
* @return the default value of this server variable
59
59
**/
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ default ServerVariable enumeration(List<String> enumeration) {
105
105
* The default value to use for substitution, and to send, if an alternate value is not supplied. This value MUST be
106
106
* provided by the consumer and is REQUIRED.
107
107
* <p>
108
- * If enumeration is set the default value MUST be one of the values in enumeration.
108
+ * If {@code enumeration} is set the default value MUST be one of the values in {@code enumeration} .
109
109
* <p>
110
110
* This method sets the defaultValue property of ServerVariable instance to the given defaultValue argument.
111
111
* </p>
@@ -119,7 +119,7 @@ default ServerVariable enumeration(List<String> enumeration) {
119
119
* The default value to use for substitution, and to send, if an alternate value is not supplied. This value MUST be
120
120
* provided by the consumer and is REQUIRED.
121
121
* <p>
122
- * If enumeration is set the default value MUST be one of the values in enumeration.
122
+ * If {@code enumeration} is set the default value MUST be one of the values in {@code enumeration} .
123
123
* <p>
124
124
* This method sets the defaultValue property of ServerVariable instance to the given defaultValue argument and
125
125
* returns the modified instance.
You can’t perform that action at this time.
0 commit comments