Merge branch '647-krasserm'
This commit is contained in:
commit
bfb5fe97e1
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ import java.lang.reflect.{Method, Field, InvocationHandler, Proxy => JProxy}
|
|||
abstract class TypedActor extends Actor with Proxyable {
|
||||
val DELEGATE_FIELD_NAME = "DELEGATE_0".intern
|
||||
|
||||
@volatile private[actor] var proxy: AnyRef = _
|
||||
@volatile private[akka] var proxy: AnyRef = _
|
||||
@volatile private var proxyDelegate: Field = _
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue