This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new f04fdb2 Cleanup
f04fdb2 is described below
commit f04fdb20bf6529afff39603f28e4b7a298c309c6
Author: Karl Pauls <[email protected]>
AuthorDate: Tue Jun 15 09:30:56 2021 +0200
Cleanup
---
.../src/main/java/org/apache/felix/framework/util/SecureAction.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/framework/src/main/java/org/apache/felix/framework/util/SecureAction.java
b/framework/src/main/java/org/apache/felix/framework/util/SecureAction.java
index 1ed8e54..0ca01fa 100644
--- a/framework/src/main/java/org/apache/felix/framework/util/SecureAction.java
+++ b/framework/src/main/java/org/apache/felix/framework/util/SecureAction.java
@@ -1178,7 +1178,6 @@ public class SecureAction
}
catch (Throwable t)
{
- t.printStackTrace();
m_accessorCache = objects ->
AccessibleObject.setAccessible(objects, true);
}
}