Skip to content

Commit 33c52ff

Browse files
authored
Update README.md
1 parent 64b23e7 commit 33c52ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A minimal java actor library.
1515
}
1616

1717
@Override
18-
public void exception(Actor<String> self, Exception e) {}
18+
public void onException(Actor<String> self, Exception e) {}
1919
});
2020

2121
actor.send("hello");

0 commit comments

Comments
 (0)