From: Bruno Sinou Date: Wed, 26 Feb 2014 14:23:47 +0000 (+0000) Subject: Clean: fix typos, update comments X-Git-Tag: argeo-slc-2.1.7~239 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=420f8848873b1781e72d6bef0bab3b9d2d680fbe;p=gpl%2Fargeo-slc.git Clean: fix typos, update comments git-svn-id: https://svn.argeo.org/slc/trunk@6859 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java index a8c9cca23..7b901af43 100644 --- a/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java +++ b/runtime/org.argeo.slc.repo/src/main/java/org/argeo/slc/repo/RepoUtils.java @@ -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);