Some clean code refactorings

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-05-20 08:52:29 +02:00
parent 27ae067758
commit d2826a21c2

View File

@@ -72,7 +72,7 @@ public class SystemSecurityContext {
try {
setSystemContext();
return callable.call();
// The callable API throws a Exception ant to specific
// The callable API throws a Exception and not a specific
} catch (@SuppressWarnings("squid:S2221") final Exception e) {
throw Throwables.propagate(e);
}