You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2023/11/03 10:11:26 UTC

(myfaces) branch 3.0.x updated: fixed imports

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

tandraschko pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 2f795d621 fixed imports
2f795d621 is described below

commit 2f795d6216edd4eca543b8a252b876972626f941
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Fri Nov 3 11:11:18 2023 +0100

    fixed imports
---
 .../src/main/java/org/apache/myfaces/test/mock/MockApplication.java | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/src/main/java/org/apache/myfaces/test/mock/MockApplication.java b/test/src/main/java/org/apache/myfaces/test/mock/MockApplication.java
index ef1a446c9..5daa08e29 100644
--- a/test/src/main/java/org/apache/myfaces/test/mock/MockApplication.java
+++ b/test/src/main/java/org/apache/myfaces/test/mock/MockApplication.java
@@ -24,7 +24,11 @@ import jakarta.faces.component.UIComponent;
 import jakarta.faces.component.search.SearchExpressionHandler;
 import jakarta.faces.component.search.SearchKeywordResolver;
 import jakarta.faces.context.FacesContext;
-import jakarta.faces.el.*;
+import jakarta.faces.el.MethodBinding;
+import jakarta.faces.el.PropertyResolver;
+import jakarta.faces.el.ReferenceSyntaxException;
+import jakarta.faces.el.ValueBinding;
+import jakarta.faces.el.VariableResolver;
 
 /**
  * <p>Mock implementation of <code>Application</code> that includes the semantics