Skip to content

Commit

Permalink
remove "final" modifier for EventBus
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Apr 25, 2013
1 parent 89364e2 commit 6bac6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventBus/src/de/greenrobot/event/EventBus.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*
* @author Markus Junginger, greenrobot
*/
public final class EventBus {
public class EventBus {
static ExecutorService executorService = Executors.newCachedThreadPool();

/** Log tag, apps may override it. */
Expand Down

0 comments on commit 6bac6ad

Please sign in to comment.