You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/19 12:54:06 UTC

[camel] 05/21: (chores) camel-jetty-common: removed unused parameters

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3eb152616e3dc77eaf97188c09f7ff9a69e0c4b3
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Jun 19 11:14:00 2022 +0200

    (chores) camel-jetty-common: removed unused parameters
---
 .../main/java/org/apache/camel/component/jetty/JettyHttpComponent.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
index b9f2f22c793..c69a50c96ae 100644
--- a/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
+++ b/components/camel-jetty-common/src/main/java/org/apache/camel/component/jetty/JettyHttpComponent.java
@@ -693,7 +693,7 @@ public abstract class JettyHttpComponent extends HttpCommonComponent
             // ignore
         } catch (IllegalArgumentException e) {
             // ignore
-        } catch (gIllegalAccessException e) {
+        } catch (IllegalAccessException e) {
             // ignore
         } catch (InvocationTargetException e) {
             // ignore