Skip to content

Commit

Permalink
Fix typo in package name
Browse files Browse the repository at this point in the history
Signed-off-by: Otmar Humbel <[email protected]>
  • Loading branch information
ohumbel authored and lukasj committed Mar 5, 2024
1 parent b8cbfa0 commit 98df766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public void setListener(Listener listener) {
protected static final String INDENT_STRING = "org.glassfish.jaxb.indentString";
protected static final String PREFIX_MAPPER = "org.glassfish.jaxb.namespacePrefixMapper";
protected static final String ENCODING_HANDLER = "org.glassfish.jaxb.characterEscapeHandler";
protected static final String ENCODING_HANDLER2 = "org.glassfish.jaxb.marshaller.CharacterEscapeHandler";
protected static final String ENCODING_HANDLER2 = "org.glassfish.jaxb.core.marshaller.CharacterEscapeHandler";
protected static final String XMLDECLARATION = "org.glassfish.jaxb.xmlDeclaration";
protected static final String XML_HEADERS = "org.glassfish.jaxb.xmlHeaders";
protected static final String C14N = JAXBRIContext.CANONICALIZATION_SUPPORT;
Expand Down

0 comments on commit 98df766

Please sign in to comment.