greenrobot / EventBus

Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
http://greenrobot.org/eventbus/
Apache License 2.0
24.67k stars 4.66k forks source link

Delete ; at the end of Readme.md file line #687

Closed dunaevigils closed 2 years ago

dunaevigils commented 2 years ago

public void onMessageEvent(MessageEvent event) {/ Do something /};

The ; is not needed

greenrobot-team commented 2 years ago

Thanks, fixed!