Skip to content

Commit

Permalink
increase visibility of field
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Feb 3, 2011
1 parent cfb469a commit 93f50e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/invocation/proxy/ProxyFactory.java
Expand Up @@ -241,7 +241,7 @@ public void overrideMethod(ClassMethod method, Method superclassMethod) {
* dispatcher until the constructor has finished. This prevents virtual methods called from the constructor being delegated
* to a handler that is null.
*/
private static final String CONSTRUCTED_GUARD = "proxy$$Constructor$$finished";
public static final String CONSTRUCTED_GUARD = "proxy$$Constructor$$finished";

/**
* A list of additional interfaces that should be added to the proxy, and should have invocations delegated to the
Expand Down

0 comments on commit 93f50e0

Please sign in to comment.