diff options
author | Mark Murphy <jmarkmurphy@apache.org> | 2018-02-10 22:16:32 +0000 |
---|---|---|
committer | Mark Murphy <jmarkmurphy@apache.org> | 2018-02-10 22:16:32 +0000 |
commit | 09a1aeee1184f4a707b1e00c47256967e4ad8848 (patch) | |
tree | 17b8c21d2cabb21234e1bea3c9ba0f7f65397489 /.classpath | |
parent | 694e3c782675a937ea1ace1f918e718080e5b86e (diff) | |
download | poi-09a1aeee1184f4a707b1e00c47256967e4ad8848.tar.gz poi-09a1aeee1184f4a707b1e00c47256967e4ad8848.zip |
Corrected spelling on a few classpath entries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index fab72cd9ff..7098e32766 100644 --- a/.classpath +++ b/.classpath @@ -36,8 +36,8 @@ <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.jar"/> <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/> <classpathentry kind="lib" path="lib/mockito-core-2.13.0.jar"/> - <classpathentry kind="lib" path="lib/byte-buddy-1.7.9"/> - <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9"/> - <classpathentry kind="lib" path="lib/objensis-2.6.jar"/> + <classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/> + <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/> + <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |