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 2019/11/13 13:15:42 UTC

[myfaces] branch master updated: fix: compile error, changed package

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc8f200  fix: compile error, changed package
     new 57afa7b  Merge pull request #74 from edewit/patch-1
cc8f200 is described below

commit cc8f20015bffbba955d0058ecb50720ceccd5cc9
Author: Erik Jan de Wit <er...@gmail.com>
AuthorDate: Wed Nov 13 14:11:44 2019 +0100

    fix: compile error, changed package
---
 .../main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java b/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java
index 6a89c90..250530c 100644
--- a/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java
+++ b/impl/src/main/java/org/apache/myfaces/lifecycle/RenderResponseExecutor.java
@@ -36,7 +36,7 @@ import javax.faces.event.PostRenderViewEvent;
 import javax.faces.event.PreRenderViewEvent;
 import javax.faces.view.ViewDeclarationLanguage;
 
-import org.apache.myfaces.shared.config.MyfacesConfig;
+import org.apache.myfaces.config.MyfacesConfig;
 
 /**
  * Implements the render response phase (JSF Spec 2.2.6)