-
Notifications
You must be signed in to change notification settings - Fork 54.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BAEL-2338 #6150
BAEL-2338 #6150
Conversation
reopening to retrigger build - looks like an openjdk key is missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be consistent in which XmlAccessType we use. Fix indentation on one file. See comments for additional details.
xml/src/main/java/com/baeldung/xmlhtml/helpers/jaxb/JAXBHelper.java
Outdated
Show resolved
Hide resolved
xml/src/main/java/com/baeldung/xmlhtml/helpers/jaxp/CustomHandler.java
Outdated
Show resolved
Hide resolved
xml/src/main/java/com/baeldung/xmlhtml/pojo/jaxb/html/elements/CustomElement.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See note about XmlAccessorType and XmlAccessType.PUBLIC_MEMBER
xml/src/main/java/com/baeldung/xmlhtml/pojo/jaxb/html/ExampleHTML.java
Outdated
Show resolved
Hide resolved
xml/src/main/java/com/baeldung/xmlhtml/pojo/jaxb/html/ExampleHTML.java
Outdated
Show resolved
Hide resolved
@KevinGilmore - Thanks for the feedback - I prefer the explicit use of the otherwise optional XmlAccessorType but you are correct that it's unnecessary here and probably distracting. Removed and improved the formatting. Cheers! |
No description provided.