Skip to content

Commit

Permalink
correct parent class of new faces client
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed May 19, 2022
1 parent d67636a commit 5838f71
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
@jakarta.inject.Named("client")
@jakarta.enterprise.context.RequestScoped
public class JsfClient extends
com.sun.ts.tests.ejb30.lite.async.common.annotated.AnnotatedClientBase implements Serializable {
com.sun.ts.tests.ejb30.lite.async.common.annotated.AnnotatedJsfClientBase implements Serializable {

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 5838f71

Please sign in to comment.