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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7b175a5  Make ctor public so CXF embedders can instantiate
7b175a5 is described below

commit 7b175a5708571f993f592e0c25a5a054c1984bfb
Author: Andy McCright <[email protected]>
AuthorDate: Wed Jan 17 10:41:17 2018 -0600

    Make ctor public so CXF embedders can instantiate
---
 .../java/org/apache/cxf/microprofile/client/cdi/RestClientBean.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/RestClientBean.java
 
b/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/RestClientBean.java
index b828ddf..23868f6 100644
--- 
a/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/RestClientBean.java
+++ 
b/rt/rs/microprofile-client/src/main/java/org/apache/cxf/microprofile/client/cdi/RestClientBean.java
@@ -51,7 +51,7 @@ public class RestClientBean implements Bean<Object>, 
PassivationCapable {
     private final Class<? extends Annotation> scope;
     private final BeanManager beanManager;
 
-    RestClientBean(Class<?> clientInterface, BeanManager beanManager) {
+    public RestClientBean(Class<?> clientInterface, BeanManager beanManager) {
         this.clientInterface = clientInterface;
         this.beanManager = beanManager;
         this.scope = this.readScope();

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to