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

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


The following commit(s) were added to refs/heads/main by this push:
     new c9dc696bcb Fix compile issue in examples not caught by GH actions
c9dc696bcb is described below

commit c9dc696bcb4e52c978c4e3876b72a8a033210e91
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jul 2 13:02:17 2024 +0200

    Fix compile issue in examples not caught by GH actions
---
 .../src/main/java/org/superbiz/jsf/CalculatorBean.java                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/examples/jsf-managedBean-and-ejb/src/main/java/org/superbiz/jsf/CalculatorBean.java
 
b/examples/jsf-managedBean-and-ejb/src/main/java/org/superbiz/jsf/CalculatorBean.java
index e482d978b0..8cf42935e2 100644
--- 
a/examples/jsf-managedBean-and-ejb/src/main/java/org/superbiz/jsf/CalculatorBean.java
+++ 
b/examples/jsf-managedBean-and-ejb/src/main/java/org/superbiz/jsf/CalculatorBean.java
@@ -18,8 +18,8 @@
 */
 package org.superbiz.jsf;
 
+import jakarta.annotation.ManagedBean;
 import jakarta.ejb.EJB;
-import jakarta.faces.bean.ManagedBean;
 
 @ManagedBean
 public class CalculatorBean {

Reply via email to