File tree 2 files changed +6
-6
lines changed
api/src/main/java/jakarta/xml/bind/annotation
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 157
157
* This specifies the namespace name of the XML element whose local
158
158
* name is specified by {@code substitutionHeadName()}.
159
159
* <p>
160
- * If {@code susbtitutionHeadName ()} is "", then this
160
+ * If {@code substitutionHeadName ()} is "", then this
161
161
* value can only be "##default". But the value is ignored
162
- * since this element is not part of susbtitution group when the
163
- * value of {@code susbstitutionHeadName ()} is "".
162
+ * since this element is not part of substitution group when the
163
+ * value of {@code substitutionHeadName ()} is "".
164
164
* <p>
165
- * If {@code susbtitutionHeadName ()} is not "" and the value is
165
+ * If {@code substitutionHeadName ()} is not "" and the value is
166
166
* "##default", then the namespace name is the namespace name to
167
167
* which the package of the containing class, marked with {@link
168
168
* XmlRegistry }, is mapped.
169
169
* <p>
170
- * If {@code susbtitutionHeadName ()} is not "" and the value is
170
+ * If {@code substitutionHeadName ()} is not "" and the value is
171
171
* not "##default", then the value is the namespace name.
172
172
*
173
173
* @see #substitutionHeadName()
Original file line number Diff line number Diff line change 144
144
* that doesn't have {@link XmlRootElement}. But they can't show up in an
145
145
* XML instance (because they don't have XML element names).
146
146
*
147
- * <p><b>Example 2: XML Schema Susbstitution group support</b>
147
+ * <p><b>Example 2: XML Schema Substitution group support</b>
148
148
* <p> The following example shows the annotations for XML Schema
149
149
* substitution groups. The annotations and the ObjectFactory are
150
150
* derived from the schema.
You can’t perform that action at this time.
0 commit comments