This is an automated email from the ASF dual-hosted git repository.

stbischof pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 4d83e1e03521dfe800bbe6a0e6aaf840154d579c
Author: Stefan Bischof <stbisc...@bipolis.org>
AuthorDate: Sat Apr 5 10:03:11 2025 +0200

    [fw] remove redundant super call
    
    Signed-off-by: Stefan Bischof <stbisc...@bipolis.org>
---
 framework/src/main/java/org/apache/felix/framework/Felix.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/src/main/java/org/apache/felix/framework/Felix.java 
b/framework/src/main/java/org/apache/felix/framework/Felix.java
index 505b88cc04..5c110df88d 100644
--- a/framework/src/main/java/org/apache/felix/framework/Felix.java
+++ b/framework/src/main/java/org/apache/felix/framework/Felix.java
@@ -357,7 +357,6 @@ public class Felix extends BundleImpl implements Framework
 
     public Felix(Map configMap, ModuleConnector connectFramework)
     {
-        super();
         // Copy the configuration properties; convert keys to strings.
         m_configMutableMap = new StringMap();
         if (configMap != null)

Reply via email to