Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
make public
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Dec 15, 2016
1 parent 6b8793b commit c79bb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melnorme_util/src/melnorme/utilbox/fields/EventSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void removeListener(T listener) {
listeners.removeListener(listener);
}

protected Indexable<T> getListeners() {
public Indexable<T> getListeners() {
return listeners.getListeners();
}

Expand Down

0 comments on commit c79bb9a

Please sign in to comment.