Clean: fix typos, update comments
authorBruno Sinou <bsinou@argeo.org>
Wed, 26 Feb 2014 14:23:47 +0000 (14:23 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 26 Feb 2014 14:23:47 +0000 (14:23 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6859 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java

index a8c9cca23f8d8451dc816fca376e1262642d4e32..7b901af43b8d658f1f44b9bf489a7942bb3a8ecc 100644 (file)
@@ -263,7 +263,7 @@ public class RepoUtils implements ArgeoNames, SlcNames {
                        // probably not a jar, skipping
                        if (log.isDebugEnabled()) {
                                log.debug("Skipping because of " + e);
-                               // e.printStackTrace();
+                               e.printStackTrace();
                        }
                } finally {
                        IOUtils.closeQuietly(jarInputStream);