You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2019/11/28 10:39:31 UTC

[sling-org-apache-sling-distribution-journal] 02/02: Fix warning

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git

commit 95aff37fbe28226b0d0ee327d2ea529397223b61
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Thu Nov 28 11:36:47 2019 +0100

    Fix warning
---
 .../sling/distribution/journal/impl/shared/PackageViewerPlugin.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/distribution/journal/impl/shared/PackageViewerPlugin.java b/src/main/java/org/apache/sling/distribution/journal/impl/shared/PackageViewerPlugin.java
index a1648e8..30f8836 100644
--- a/src/main/java/org/apache/sling/distribution/journal/impl/shared/PackageViewerPlugin.java
+++ b/src/main/java/org/apache/sling/distribution/journal/impl/shared/PackageViewerPlugin.java
@@ -25,7 +25,6 @@ import java.util.List;
 import java.util.Optional;
 
 import javax.servlet.Servlet;
-import javax.servlet.ServletException;
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;