incorporate Patrik’s feedback

- rename to DynamicAccess
- rename to createInstanceFor / createClassFor
- fix a few little things
This commit is contained in:
Roland 2012-02-10 11:36:23 +01:00
parent b193bcee04
commit dca309c535
19 changed files with 56 additions and 58 deletions

View file

@ -42,8 +42,8 @@ public class JavaExtension {
public final ExtendedActorSystem system;
public OtherExtension(ExtendedActorSystem i) {
system = i;
public OtherExtension(ExtendedActorSystem system) {
this.system = system;
}
}