Skip to content
Snippets Groups Projects
Commit 8bfa8de1 authored by tcarver's avatar tcarver
Browse files

change visibility of addIndexReferenceListener()

parent 3d014d08
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public abstract class SequenceComboBox extends JComboBox implements IndexReferen
* change events from this object.
* @param l the event change listener.
**/
protected void addIndexReferenceListener(IndexReferenceListener l)
public void addIndexReferenceListener(IndexReferenceListener l)
{
indexReferenceListeners.add(l);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment