You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Thomas Watson (JIRA)" <ji...@apache.org> on 2016/10/31 14:58:58 UTC

[jira] [Created] (FELIX-5390) remove unused imports from resolver source code.

Thomas Watson created FELIX-5390:
------------------------------------

             Summary: remove unused imports from resolver source code.
                 Key: FELIX-5390
                 URL: https://issues.apache.org/jira/browse/FELIX-5390
             Project: Felix
          Issue Type: Bug
          Components: Resolver
            Reporter: Thomas Watson
            Assignee: Thomas Watson
            Priority: Trivial


There are a few unused imports in the resolver source.  It looks like they did not get removed during the last refactoring of the code.

Loggner.java
 import org.osgi.service.resolver.ResolutionException;

WrappedResource.java
 import org.osgi.framework.namespace.IdentityNamespace;

CopyOnWriteSet.java
 import java.util.AbstractSet;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)