Skip to content

Commit

Permalink
Typo fix: XMLOutputFaqctory --> XMLOutputFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx authored and joehni committed Jul 2, 2019
1 parent cbec09d commit 31e5f94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected XMLInputFactory createInputFactory() {
} catch (ClassNotFoundException e) {
exception = e;
}
throw new StreamException("Cannot create SJSXP (Sun JDK 6 StAX) XMLInputFaqctory instance.", exception);
throw new StreamException("Cannot create SJSXP (Sun JDK 6 StAX) XMLInputFactory instance.", exception);
}

/**
Expand All @@ -85,7 +85,7 @@ protected XMLOutputFactory createOutputFactory() {
} catch (ClassNotFoundException e) {
exception = e;
}
throw new StreamException("Cannot create SJSXP (Sun JDK 6 StAX) XMLOutputFaqctory instance.", exception);
throw new StreamException("Cannot create SJSXP (Sun JDK 6 StAX) XMLOutputFactory instance.", exception);
}

}

0 comments on commit 31e5f94

Please sign in to comment.