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:36:59 UTC

[sling-org-apache-sling-distribution-journal] branch SLING-8863 updated: Fix warning

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

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


The following commit(s) were added to refs/heads/SLING-8863 by this push:
     new d0ad33d  Fix warning
d0ad33d is described below

commit d0ad33d9426c02aaa9f0c56eaf2a03c973a24b24
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;