Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
laforge49 committed Apr 7, 2012
1 parent 591d935 commit 83782a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/agilewiki/jactor/basics/Actor1.java
Expand Up @@ -5,7 +5,7 @@
import org.agilewiki.jactor.lpc.JLPCActor;

public class Actor1 extends JLPCActor {
public Actor1(final Mailbox mailbox) {
public Actor1(Mailbox mailbox) {
super(mailbox);
}

Expand Down

0 comments on commit 83782a0

Please sign in to comment.