-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
jaxb-ri/jaxb-ri/runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/ContextFactory.java
Line 97 in 78a4691
| "is not active. Using JAXB's implementation"); |
The log file writes ilke this (with sample class name);
Property org.glassfish.jaxb.XmlAccessorFactoryis not active. Using JAXB's implementation
But it should be;
Property org.glassfish.jaxb.XmlAccessorFactory is not active. Using JAXB's implementation.
So adding a space in front of is and removing the space before Using is better. Also putting a comma in the end is appreciated.
laurentschoelens
Metadata
Metadata
Assignees
Labels
No labels