Skip to content

Commit

Permalink
fix @ typo jakartaee#241
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Santos Izaguirre <[email protected]>
  • Loading branch information
antoniosanct authored and lukasj committed Feb 15, 2024
1 parent e6d12fc commit bf9b3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ch08-java_types.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2020, 2021 Contributors to the Eclipse Foundation
// Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation
//

== Java Types To XML
Expand Down Expand Up @@ -675,7 +675,7 @@ used only with the following other annotations: `@XmlType`,
following annotations at the package level: `@XmlJavaTypeAdapter`.

* If the value of `@XmlAccessorOrder.value()` is
`XmlAccessOrder.ALHPHABETICAL`, then the default ordering of
`XmlAccessOrder.ALPHABETICAL`, then the default ordering of
fields/properties is lexicographic order as determined by
`java.lang.String.CompareTo(String anotherString)`.

Expand Down

0 comments on commit bf9b3e1

Please sign in to comment.