Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 313E9200BC0 for ; Mon, 31 Oct 2016 15:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2FD80160B05; Mon, 31 Oct 2016 14:59:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6B445160AF0 for ; Mon, 31 Oct 2016 15:58:59 +0100 (CET) Received: (qmail 24888 invoked by uid 500); 31 Oct 2016 14:58:58 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 24862 invoked by uid 99); 31 Oct 2016 14:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 14:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5E0B42C14F9 for ; Mon, 31 Oct 2016 14:58:58 +0000 (UTC) Date: Mon, 31 Oct 2016 14:58:58 +0000 (UTC) From: "Thomas Watson (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FELIX-5390) remove unused imports from resolver source code. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 31 Oct 2016 14:59:00 -0000 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)