incorporate Patrik’s feedback
- rename to DynamicAccess - rename to createInstanceFor / createClassFor - fix a few little things
This commit is contained in:
parent
b193bcee04
commit
dca309c535
19 changed files with 56 additions and 58 deletions
|
|
@ -42,8 +42,8 @@ public class JavaExtension {
|
|||
|
||||
public final ExtendedActorSystem system;
|
||||
|
||||
public OtherExtension(ExtendedActorSystem i) {
|
||||
system = i;
|
||||
public OtherExtension(ExtendedActorSystem system) {
|
||||
this.system = system;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue