Skip to content

Commit 98df766

Browse files
ohumbellukasj
authored andcommitted
Fix typo in package name
Signed-off-by: Otmar Humbel <ohumbel@gmail.com>
1 parent b8cbfa0 commit 98df766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxb-ri/runtime/impl/src/main/java/org/glassfish/jaxb/runtime/v2/runtime/MarshallerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ public void setListener(Listener listener) {
577577
protected static final String INDENT_STRING = "org.glassfish.jaxb.indentString";
578578
protected static final String PREFIX_MAPPER = "org.glassfish.jaxb.namespacePrefixMapper";
579579
protected static final String ENCODING_HANDLER = "org.glassfish.jaxb.characterEscapeHandler";
580-
protected static final String ENCODING_HANDLER2 = "org.glassfish.jaxb.marshaller.CharacterEscapeHandler";
580+
protected static final String ENCODING_HANDLER2 = "org.glassfish.jaxb.core.marshaller.CharacterEscapeHandler";
581581
protected static final String XMLDECLARATION = "org.glassfish.jaxb.xmlDeclaration";
582582
protected static final String XML_HEADERS = "org.glassfish.jaxb.xmlHeaders";
583583
protected static final String C14N = JAXBRIContext.CANONICALIZATION_SUPPORT;

0 commit comments

Comments
 (0)