diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:48 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:48 +0000 |
commit | ec42ec1053cdd849923bcbc0ad99ec0613a34af5 (patch) | |
tree | ca02cafda605d8d708cb68ce3691836114400e60 /src/ooxml/java/org | |
parent | bd00cb3e0d758091a7e60195ce7a1d9ee290c2f9 (diff) | |
download | poi-ec42ec1053cdd849923bcbc0ad99ec0613a34af5.tar.gz poi-ec42ec1053cdd849923bcbc0ad99ec0613a34af5.zip |
Some more code cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/java/org')
-rw-r--r-- | src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java b/src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java index 0bfdcfd7c1..fa3d608c0a 100644 --- a/src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java +++ b/src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java @@ -103,7 +103,7 @@ public class POIXMLTypeLoader { * opposed to being loaded by the factory class which is accompanied by each generated XmlBeans interface. * <p> * This is especially necessary in a context which doesn't guarantee that the current (thread) context - * cassloader has access to all XmlBeans schema definitions (*.xsb) - which is typically in OSGI the case. + * classloader has access to all XmlBeans schema definitions (*.xsb) - which is typically in OSGI the case. * <p> * The classloader will be only set for the current thread in a {@link ThreadLocal}. Although the * ThreadLocal is implemented via a {@link WeakReference}, it's good style to {@code null} the classloader |