protected constructor of abstract class

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/branches/version-2.0-work@1524486 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/javassist/src/main/java/org/apache/commons/proxy2/javassist/JavassistInvocation.java b/javassist/src/main/java/org/apache/commons/proxy2/javassist/JavassistInvocation.java
index 2f43c31..0bf9a30 100644
--- a/javassist/src/main/java/org/apache/commons/proxy2/javassist/JavassistInvocation.java
+++ b/javassist/src/main/java/org/apache/commons/proxy2/javassist/JavassistInvocation.java
@@ -204,7 +204,7 @@
 // Constructors

 //**********************************************************************************************************************

 

-    public JavassistInvocation( Object proxy, Object target, Method method, Object[] arguments )

+    protected JavassistInvocation( Object proxy, Object target, Method method, Object[] arguments )

     {

         this.proxy = proxy;

         this.target = target;