Minor change:allow child class to access factory
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c3629c8b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c3629c8b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c3629c8b Branch: refs/heads/2.7.x-fixes Commit: c3629c8b0d7855ea3024e784e1df639fadf1178b Parents: 107bfda Author: jimma <e...@apache.org> Authored: Wed Aug 6 13:32:50 2014 +0800 Committer: Daniel Kulp <dk...@apache.org> Committed: Tue Oct 7 14:03:18 2014 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/cxf/service/invoker/FactoryInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c3629c8b/api/src/main/java/org/apache/cxf/service/invoker/FactoryInvoker.java ---------------------------------------------------------------------- diff --git a/api/src/main/java/org/apache/cxf/service/invoker/FactoryInvoker.java b/api/src/main/java/org/apache/cxf/service/invoker/FactoryInvoker.java index 7afe353..f20e6d4 100644 --- a/api/src/main/java/org/apache/cxf/service/invoker/FactoryInvoker.java +++ b/api/src/main/java/org/apache/cxf/service/invoker/FactoryInvoker.java @@ -33,7 +33,7 @@ import org.apache.cxf.message.Exchange; public class FactoryInvoker extends AbstractInvoker { static final ResourceBundle BUNDLE = BundleUtils.getBundle(FactoryInvoker.class); - private Factory factory; + protected Factory factory; /** * Create a FactoryInvoker object.